Permalink
Browse files

build: Set osx permissions in the dmg to make Gatekeeper happy

Github-Pull: #7092
Rebased-From: 392d3c5
  • Loading branch information...
1 parent d626faa commit e979f09b6af68fff3740bd53e013cbcdcccde8e1 @theuni theuni committed with luke-jr Nov 24, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile.am
View
@@ -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)

0 comments on commit e979f09

Please sign in to comment.