app store build.

This commit is contained in:
Bryce Covert
2016-05-27 16:05:11 -07:00
parent a3d0623318
commit 27ced9c938
8 changed files with 2 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/bin/javapackager -deploy \
-native \
-name "Tick's Tales" \
-outdir "out" -outfile "Tick's Tales" \
-outdir "./target/app-store/" -outfile "Tick's Tales" \
-srcdir . \
-srcfiles ./target/advent-standalone.jar \
-appclass advent.core.desktop_launcher \
@@ -15,4 +15,4 @@
-Bmac.CFBundleName="Tick's Tales" \
-Bmac.signing-key-app="3rd Party Mac Developer Application: Phoenix Online Studios LLC (AVDPGBD777)" \
-Bmac.signing-key-pkg="3rd Party Mac Developer Installer: Phoenix Online Studios LLC (AVDPGBD777)" \
-Bmac.app-store-entitlements="./test-osx/Tick's Tales.entitlements" \
-Bmac.app-store-entitlements="./Tick's Tales.entitlements" \