< prev index next >

modules/jdk.packager/src/test/examples/MinesweeperFX/package.sh

Print this page

        

@@ -4,11 +4,11 @@
   echo "Error: set JAVA_HOME"
   exit
 fi
 
 PLATFORM=`bash ../whichplatform.sh`
-VERSION=1.2
+VERSION=1.3
 MAC_APPSTORE_ARGS=""
 
 # Argument parsing.
 ARGS=()
 for i in "$@"; do

@@ -51,6 +51,7 @@
   -Bversion=9.0 \
   -Bmac.dmg.simple=true \
   --module MinesweeperFX/minesweeperfx.MinesweeperFX \
   --module-path modules \
   -BapplicationCategory=SomeCategory \
+  --add-modules ALL-RUNTIME \
   ${MAC_APPSTORE_ARGS}
< prev index next >