Skip to content

Commit

Permalink
oaghaoghi
Browse files Browse the repository at this point in the history
  • Loading branch information
Master-COLLiDER committed Jan 3, 2022
1 parent fccfc09 commit 16a795c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ javafx {
modules = ['javafx.controls', 'javafx.fxml']
}



dependencies {

implementation 'org.jetbrains:annotations:22.0.0'
Expand All @@ -52,15 +54,16 @@ jlink {
imageZip = project.file("${buildDir}/distributions/app-${javafx.platform.classifier}.zip")
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']
launcher {
name = 'Stegofier'
name = 'StegofierFX'

}
jpackage {
if(org.gradle.internal.os.OperatingSystem.current().windows) {
appVersion = '1.0.0'
skipInstaller = false
installerName = 'StegofierFX'
installerType = 'exe'
installerOptions = ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
installerOptions = ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut','--license-file','LICENSE']
}
}
}
Expand Down
Binary file not shown.

0 comments on commit 16a795c

Please sign in to comment.