File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ package_app(){
7373 echo " Compressing PG app"
7474 # need to upload zip of just app to apple for notarizing
7575 zip --symlinks -r -q projectGenerator-$PLATFORM /projectGenerator-$PLATFORM .zip projectGenerator-$PLATFORM /projectGenerator.app
76- xcrun altool --notarize-app --primary-bundle-id " com.electron.projectgenerator" --username " ${GA_APPLE_USERNAME} " -p " ${GA_APPLE_PASS} " --asc-provider " ${GA_NOTARIZE_PROVIDER} " --file projectGenerator-$PLATFORM /projectGenerator-$PLATFORM .zip
76+ xcrun notarytool --notarize-app --primary-bundle-id " com.electron.projectgenerator" --username " ${GA_APPLE_USERNAME} " -p " ${GA_APPLE_PASS} " --asc-provider " ${GA_NOTARIZE_PROVIDER} " --file projectGenerator-$PLATFORM /projectGenerator-$PLATFORM .zip
7777 mv projectGenerator-$PLATFORM /projectGenerator-$PLATFORM .zip ${PG_DIR} /../../../projectGenerator/projectGenerator-$PLATFORM .zip
7878 cd ${PG_DIR} /../../../projectGenerator
7979 echo " Final Directory contents: ${PG_DIR} /../../../projectGenerator"
You can’t perform that action at this time.
0 commit comments