diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-04 01:22:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-04 01:22:36 +0200 |
| commit | 4e2623fc99af76b2335d439319acfccface0449c (patch) | |
| tree | a4e7e787919ba2eb2eb840f9fc27376c40e27b00 | |
| parent | 85db4f084dd10beed99de9bf65889995997b8285 (diff) | |
| parent | c701c9276b25ab8267f4cefe21a4303a3a54a372 (diff) | |
Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x
| -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" |
