Skip to content

Commit

Permalink
Replaced deprecated jlink --compress 2 argument with zip-9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler authored Oct 1, 2024
1 parent 6313aed commit 46de323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/jpackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $JAVA_HOME/bin/jlink \
--module-path $JAVAFX_HOME \
--add-modules $jdeps_modules,$JAVAFX_MODULES \
--output app/target/runtime \
--strip-debug --compress 2 --no-header-files --no-man-pages
--strip-debug --compress zip-9 --no-header-files --no-man-pages

$JPACKAGE_HOME/bin/jpackage \
--app-version $APP_VERSION \
Expand All @@ -19,4 +19,4 @@ $JPACKAGE_HOME/bin/jpackage \
--verbose \
--runtime-image app/target/runtime \
--dest $INSTALL_DIR \
"$@"
"$@"

0 comments on commit 46de323

Please sign in to comment.