File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,10 @@ package_app(){
7070
7171 TEAM_ID=" HC25N2E7UT"
727273- echo " GA_APPLE_USERNAME: ${GA_APPLE_USERNAME} "
7473 # echo "--identity=3rd Party Mac Developer Application: ${APPLE_ID} (${TEAM_ID})"
7574 if [[ (" ${TRAVIS_REPO_SLUG} /${TRAVIS_BRANCH} " == " openframeworks/projectGenerator/master" || " ${TRAVIS_REPO_SLUG} /${TRAVIS_BRANCH} " == " openframeworks/projectGenerator/bleeding" ) && " $TRAVIS_PULL_REQUEST " == " false" ]] ||
7675 [[ (" ${GITHUB_REF##*/ } " == " master" || " ${GITHUB_REF##*/ } " == " bleeding" ) && -z " ${GITHUB_HEAD_REF} " ]] ; then
77- electron-osx-sign projectGenerator-$PLATFORM /projectGenerator.app --platform=darwin --type=distribution --hardenedRuntime=true --entitlements=scripts/osx/PG.entitlements --entitlements-inherit=scripts/osx/PG.entitlements
76+ electron-osx-sign projectGenerator-$PLATFORM /projectGenerator.app --platform=darwin --type=distribution --no-gatekeeper-assess --hardened-runtime --entitlements=scripts/osx/PG.entitlements --entitlements-inherit=scripts/osx/PG.entitlements
7877 fi
7978 ${SCRIPT_DIR} /secure.sh projectGenerator-$PLATFORM /projectGenerator.app/Contents/MacOS/projectGenerator projectGenerator-$PLATFORM
8079 echo " Compressing PG app"
You can’t perform that action at this time.
0 commit comments