Skip to content

Commit

Permalink
Instllation scipt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iazarny committed Apr 21, 2024
1 parent ab82092 commit 167393e
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-spring-boot.jar app
move target\gitember-2.5.1-spring-boot.jar app

jpackage --input app/ --name Gitember2 --vendor "Igor Azarny" --main-jar gitember-2.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.1-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 167393e

Please sign in to comment.