Skip to content

Commit

Permalink
build: Set osx permissions in the dmg to make Gatekeeper happy
Browse files Browse the repository at this point in the history
Github-Pull: bitcoin#7092
Rebased-From: 392d3c5
  • Loading branch information
theuni authored and luke-jr committed Nov 30, 2015
1 parent 15f0a3f commit 4fc6dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -111,7 +111,7 @@ $(APP_DIST_DIR)/Applications:
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitcoin-Qt

$(OSX_DMG): $(APP_DIST_EXTRAS)
$(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "Bitcoin-Core" -no-pad -r -apple -o $@ dist
$(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "Bitcoin-Core" -no-pad -r -dir-mode 0755 -apple -o $@ dist

$(APP_DIST_DIR)/.background/$(OSX_BACKGROUND_IMAGE): contrib/macdeploy/$(OSX_BACKGROUND_IMAGE)
$(MKDIR_P) $(@D)
Expand Down

0 comments on commit 4fc6dbc

Please sign in to comment.