Skip to content

Commit

Permalink
OSX diskimages need 0775 folder permissions
Browse files Browse the repository at this point in the history
Avoids endless Gatekeeper warnings (bitcoin#7085)

Conflicts:
	contrib/gitian-descriptors/gitian-osx-signer.yml

Github-Pull: bitcoin#8169
Rebased-From: cdf7dff
  • Loading branch information
jonasschnelli authored and luke-jr committed Jun 17, 2016
1 parent cb66034 commit 9d016a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx-signer.yml
Expand Up @@ -33,5 +33,5 @@ script: |
tar -xf ${UNSIGNED}
./detached-sig-apply.sh ${UNSIGNED} signature/osx
${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Bitcoin-Core" -no-pad -r -apple -o uncompressed.dmg signed-app
${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Bitcoin-Core" -no-pad -r -dir-mode 0755 -apple -o uncompressed.dmg signed-app
${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED}

0 comments on commit 9d016a4

Please sign in to comment.