Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:iazarny/gitember.git
Browse files Browse the repository at this point in the history
  • Loading branch information
iazarny committed Jul 15, 2024
2 parents 66b527f + 15e552e commit 7819d64
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 7819d64

Please sign in to comment.