summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-13 22:09:27 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-13 22:09:27 +0000
commit7891a3d8b7d552b88439e601e6ed1a2d4d2fbf5e (patch)
treed1c614b735adfd6dbaa31d4caf0b5aa9781045f8
parente39ac56a25051916e5e5ed51194be3855f4ecfab (diff)
Try Application key for signing .dmg.
-rw-r--r--platform/osx/make_dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 081e4b345..d6ffbece0 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -220,7 +220,7 @@ 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"
+ codesign --verify --verbose --sign "Developer ID Application: Carl Hetherington (R82DXSR997)" "$dmg"
if [ "$?" != "0" ]; then
echo "Failed to sign .dmg"
exit 1