Skip to content

Commit

Permalink
2.5.5 for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
iazarny committed Jul 7, 2024
1 parent c3c611c commit a0e679c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ge-mac-installer.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
mkdir app
mv target/gitember-2.5.4-spring-boot.jar app
mv target/gitember-2.5.5-spring-boot.jar app

jpackage \
--input app/ --name Gitember2 --vendor "Igor Azarny" \
--main-jar gitember-2.5.4-spring-boot.jar --app-version 2.5 \
--main-jar gitember-2.5.5-spring-boot.jar --app-version 2.5 \
--icon src/main/resources/icon/gitember.icns \
--type "dmg" \
--mac-sign \
Expand Down

0 comments on commit a0e679c

Please sign in to comment.