Skip to content

Commit

Permalink
fix jpackage after introducting shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Walid Lezzar committed Apr 15, 2020
1 parent 9d11018 commit 614b88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zoe-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ runtime {
jpackage {
imageName = "zoe"
installerName = "zoe"
mainJar = tasks.jar.flatMap { it.archiveFileName }.get()

findProperty("jpackage.installerType")?.toString()?.run {
installerType = this
Expand Down

0 comments on commit 614b88a

Please sign in to comment.