Skip to content

Commit 3024fb4

Browse files
committed
Fix electron sign --no-gatekeeper-assess --hardened-runtime
1 parent 24bb346 commit 3024fb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/osx/ci_build_pg.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ package_app(){
7070

7171
TEAM_ID="HC25N2E7UT"
7272
APPLE_ID="[email protected]"
73-
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"

0 commit comments

Comments
 (0)