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