Skip to content

Commit b9851b8

Browse files
committed
Update path to entitlements file
1 parent 3c839ed commit b9851b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/mac_build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ xcodebuild -configuration Release GCC_TREAT_WARNINGS_AS_ERRORS=YES
7575
# Sign with hardened runtime
7676
#============================================================
7777
if [ -n "$SIGN_ID" ]; then
78-
codesign --entitlements "$ROOT"/Builds/MacOSX/pluginval.entitlements --force -s "$SIGN_ID" -v "$APP_FILE" --deep --strict --options=runtime
78+
codesign --entitlements "$ROOT"/Builds/MacOSX/App.entitlements --force -s "$SIGN_ID" -v "$APP_FILE" --deep --strict --options=runtime
7979

8080
echo "\nVerifying ..."
8181
spctl -vvv --assess --type exec "$APP_FILE"
@@ -94,4 +94,4 @@ mkdir -p "$DEPLOYMENT_DIR"
9494

9595
echo "\nDeploying to: " $DEPLOYMENT_DIR
9696
cd "$APP_DIR"
97-
zip -r "$DEPLOYMENT_DIR/$ZIP_NAME" "$APP_NAME"
97+
zip -r "$DEPLOYMENT_DIR/$ZIP_NAME" "$APP_NAME"

0 commit comments

Comments
 (0)