Skip to content

Commit

Permalink
jdk 23
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfw committed Oct 4, 2024
1 parent 2cb9c26 commit f2733dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/j14pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ cd ~/tmp/_
echo "" > .singleuser

jlink --add-options="-Xmx4000m" --add-modules java.se --output ../jre$1
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpack" --type rpm --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1
jpackage --name "Jailer Database Tools" --linux-package-name jailer-database-tools --arguments "-jpack" --type deb --input . --main-jar jailer.jar --icon jailer.png --vendor Wisser --app-version "$1" --runtime-image ../jre$1

cp *.deb /mnt/c/Users/ralfw/tmp/jailer-database-tools_$1-x64.deb

0 comments on commit f2733dc

Please sign in to comment.