diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-10 21:32:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-10 21:32:32 +0000 |
| commit | 1db0841b77968658efbbc9fba193af19d0a49a8a (patch) | |
| tree | c493f5c3fc1084ab1e9712d8e3a99460bac3dea5 | |
| parent | 0ed9a68304da1e3a1b3684434a6e50934b4dc353 (diff) | |
Remove .dmg signing; I think we can't do this on OS X 10.10: does it matter?
| -rw-r--r-- | platform/osx/make_dmg.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 682f24e3f..729f366b0 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -220,11 +220,6 @@ function make_dmg { 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" - codesign --verify --verbose --sign "Developer ID Installer: Carl Hetherington (R82DXSR997)" "$dmg" - if [ "$?" != "0" ]; then - echo "Failed to sign .dmg" - exit 1 - fi rm $tmp_dmg rm -rf $vol_name } |
