Skip to content

Commit ccda652

Browse files
authored
1 parent cef003e commit ccda652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/osx/ci_build_pg.sh

+1-1
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)