Skip to content

Commit

Permalink
Adjust windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
iazarny committed May 18, 2024
1 parent 0cce482 commit 66fc7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ge-win-installer.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mkdir app

move target\gitember-2.5.1-spring-boot.jar app
move target\gitember-2.5.2-spring-boot.jar app

jpackage --input app/ --name Gitember2 --vendor "Igor Azarny" --main-jar gitember-2.5.1-spring-boot.jar --win-menu --win-shortcut --type "msi" --icon src\main\resources\icon\gitember.ico
jpackage --input app/ --name Gitember2 --vendor "Igor Azarny" --main-jar gitember-2.5.2-spring-boot.jar --win-menu --win-shortcut --type "msi" --icon src\main\resources\icon\gitember.ico

move Gitember2-1.0.msi Gitember2.5.msi

0 comments on commit 66fc7b1

Please sign in to comment.