Skip to content

Commit

Permalink
Fix packagePkg task (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Vos authored Feb 8, 2022
1 parent 44cc13a commit f895874
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ internal fun Project.configurePackagingTasks(apps: Collection<Application>) {
checkRuntime = checkRuntime
)
} else {
configurePackagingTask(app, createAppImage = createDistributable)
configurePackagingTask(
app,
createAppImage = createDistributable,
checkRuntime = checkRuntime
)
}
}

Expand Down

0 comments on commit f895874

Please sign in to comment.