diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-05 21:27:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-05 21:27:58 +0200 |
| commit | 2155a17fb217fc511495ed50e39e385965f6ccd3 (patch) | |
| tree | 88649343488f0261cb2635e956a1518db0f0cad1 /platform | |
| parent | aecb5f5a8f65f1d0f50b5861497c067adcd1f0d0 (diff) | |
| parent | 5b1c0d804847978e32bc4ce4de43f148c366f9da (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index d7aaade8c..5b9f187f1 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -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" |
