We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5279f + cdf7dff commit 172cd7fCopy full SHA for 172cd7f
contrib/gitian-descriptors/gitian-osx-signer.yml
@@ -34,5 +34,5 @@ script: |
34
tar -xf ${UNSIGNED}
35
OSX_VOLNAME="$(cat osx_volname)"
36
./detached-sig-apply.sh ${UNSIGNED} signature/osx
37
- ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "${OSX_VOLNAME}" -no-pad -r -apple -o uncompressed.dmg signed-app
+ ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "${OSX_VOLNAME}" -no-pad -r -dir-mode 0755 -apple -o uncompressed.dmg signed-app
38
${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED}
0 commit comments