Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Oct 2019 23:22:36 +0000 (01:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Oct 2019 23:22:36 +0000 (01:22 +0200)
platform/osx/make_dmg.sh

index d7aaade8cbe6f53a1a3ee3107d5ec9cbcfb9a30a..5b9f187f1a9cb9eb5568999602e801d500391607 100644 (file)
@@ -244,6 +244,7 @@ EOF
     DeRez -only icns "$appdir/Contents/Resources/dcpomatic2.icns" > "$appdir/Contents/Resources/DCP-o-matic.rsrc"
     Rez -append "$appdir/Contents/Resources/DCP-o-matic.rsrc" -o "$dmg"
     SetFile -a C "$dmg"
+    xattr -c "$dmg"
     codesign --verify --verbose --sign "Developer ID Application: Carl Hetherington (R82DXSR997)" "$dmg"
     if [ "$?" != "0" ]; then
        echo "Failed to sign .dmg"