Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
clear com.apple.quarantine for "bad interpreter: Operation not permit…
Browse files Browse the repository at this point in the history
…ted"
  • Loading branch information
dualface committed Sep 30, 2016
1 parent 0c0ead0 commit 9a9fd39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/mac/make-install-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ DMG_FILENAME="Creator-Lua-Support-$PACKAGE_VERSION.dmg"
CONFIG_FILENAME="dmg-config.json"
TEMP_CONFIG_FILENAME="dmg-config.work.json"

xattr -dr com.apple.quarantine "$APP_DIR"

sed "s/VERSION/$PACKAGE_VERSION/g" "$CONFIG_FILENAME" > "$TEMP_CONFIG_FILENAME"

mkdir -p "$DISTS_DIR"
Expand Down

0 comments on commit 9a9fd39

Please sign in to comment.