File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments