Skip to content

Commit

Permalink
Win build script updatev 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iazarny committed Aug 3, 2024
1 parent 46123c3 commit 620916e
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.6-spring-boot.jar app
move target\gitember-2.5.7-spring-boot.jar app

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
jpackage --input app/ --name Gitember2 --vendor "Igor Azarny" --main-jar gitember-2.5.7-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 620916e

Please sign in to comment.