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 Aug 3, 2024
2 parents 2457a87 + 620916e commit 61618bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ge-lin-installer.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#!/bin/sh

rm -rf app
mkdir app
cp target/gitember-2.5.7-spring-boot.jar app/gitember.jar

# Oracle JDK 21 only
# Open JDK 17, 18 jlink failed , but app ot modular. 21 packed ok but launcher has error

jpackage --input app/ --name Gitember2 --vendor "Igor Azarny" --main-jar gitember.jar --type "deb" --icon src/main/resources/icon/gitember.png


mv gitember2_1.0-1_amd64.deb Gitember2.5.deb
mv gitember2_1.0_amd64.deb Gitember2.5.deb


0 comments on commit 61618bb

Please sign in to comment.