Skip to content

Commit

Permalink
Prepare 2.5.6. win
Browse files Browse the repository at this point in the history
  • Loading branch information
iazarny committed Jul 15, 2024
1 parent 3638cf2 commit 15e552e
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.5-spring-boot.jar app
move target\gitember-2.5.6-spring-boot.jar app

jpackage --input app/ --name Gitember2 --vendor "Igor Azarny" --main-jar gitember-2.5.5-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.6-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 15e552e

Please sign in to comment.