diff --git a/desktop/build-app-store.sh b/desktop/build-app-store.sh index f178f877..41b91b11 100755 --- a/desktop/build-app-store.sh +++ b/desktop/build-app-store.sh @@ -1,9 +1,9 @@ /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/bin/javapackager -deploy \ -native \ -name "Tick's Tales" \ --outdir "./target/app-store/" -outfile "Tick's Tales" \ +-outdir "./target/appstore/" -outfile "Tick's Tales" \ -srcdir . \ --srcfiles ./target/advent-standalone.jar \ +-srcfiles target/advent-standalone.jar \ -appclass advent.core.desktop_launcher \ -BappVersion=1.0.`cat last-release` \ -Bicon=./icons.icns \ @@ -16,3 +16,4 @@ -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="./Tick's Tales.entitlements" \ +-v