Skip to content

Commit b7fa590

Browse files
committed
Remove extra flags in notary tool
1 parent 3024fb4 commit b7fa590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/osx/ci_build_pg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ package_app(){
8484
xcrun notarytool --version
8585
xcrun notarytool history
8686
echo "NOTORIZATION --"
87-
xcrun notarytool submit projectGenerator-$PLATFORM/projectGenerator-$PLATFORM.zip --primary-bundle-id "com.electron.projectgenerator" --apple-id "${APPLE_ID}" --team-id "${TEAM_ID}" --password "${GA_APPLE_PASS}"
87+
xcrun notarytool submit "projectGenerator-${PLATFORM}/projectGenerator-${PLATFORM}.zip" --apple-id "${APPLE_ID}" --team-id "${TEAM_ID}" --password "${GA_APPLE_PASS}"
8888
fi
8989

9090
mv projectGenerator-$PLATFORM/projectGenerator-$PLATFORM.zip ${PG_DIR}/../../../projectGenerator/projectGenerator-$PLATFORM.zip
@@ -131,7 +131,7 @@ sign_and_upload(){
131131
xcrun notarytool --version
132132
xcrun notarytool history
133133
TEAM_ID="HC25N2E7UT"
134-
xcrun notarytool submit projectGenerator-$PLATFORM/projectGenerator.app.zip --primary-bundle-id "com.electron.projectgenerator" --apple-id "${GA_APPLE_USERNAME}" --team-id "${TEAM_ID}" --password "${GA_APPLE_PASS}"
134+
xcrun notarytool submit "projectGenerator-${PLATFORM}/projectGenerator-${PLATFORM}.app.zip" --apple-id "${GA_APPLE_USERNAME}" --team-id "${TEAM_ID}" --password "${GA_APPLE_PASS}"
135135

136136
# Upload to OF CI server
137137
echo "Uploading $PLATFORM PG to CI servers"

0 commit comments

Comments
 (0)