File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ package_app(){
73
73
echo " Compressing PG app"
74
74
# need to upload zip of just app to apple for notarizing
75
75
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
77
77
mv projectGenerator-$PLATFORM /projectGenerator-$PLATFORM .zip ${PG_DIR} /../../../projectGenerator/projectGenerator-$PLATFORM .zip
78
78
cd ${PG_DIR} /../../../projectGenerator
79
79
echo " Final Directory contents: ${PG_DIR} /../../../projectGenerator"
You can’t perform that action at this time.
0 commit comments