update build.gradle: fix jlink dist name
This commit is contained in:
parent
c9b28fccc1
commit
e00c4f8106
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ test {
|
|||
}
|
||||
|
||||
jlink {
|
||||
imageZip = project.file("${buildDir}/distributions/app-${javafx.platform.classifier}.zip")
|
||||
imageZip = project.file("${buildDir}/distributions/ImageTagger-${javafx.platform.classifier}.zip")
|
||||
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']
|
||||
launcher {
|
||||
name = 'ImageTagger'
|
||||
|
|
Loading…
Reference in a new issue