Skip to content

Commit

Permalink
installer for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Jun 7, 2024
1 parent 2cca6ab commit d7b2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ signing {


task createInstaller(dependsOn: installDist, type: Exec) {
commandLine "jpackage",
commandLine "jpackage.exe",
'--app-version',"${versionNumber}",'--name','kdbStudio',
'--input',"${rootDir}/build/install/kdbStudio/lib",'--main-class', 'studio.core.Studio', '--main-jar',
'kdbStudio.jar'
Expand Down

0 comments on commit d7b2b5e

Please sign in to comment.