From: Carl Hetherington Date: Wed, 28 Feb 2018 12:55:23 +0000 (+0000) Subject: Always with the spaces. X-Git-Tag: v2.11.69~2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=6ea03b494214a23c3f05a7fc1e80efa550d2359b;p=dcpomatic.git Always with the spaces. --- diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 5b99aeb3d..dcc12e042 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -174,7 +174,7 @@ function make_dmg { dmg="$full_name $version.dmg" vol_name=DCP-o-matic-$version - codesign --deep --force --verify --verbose --sign "3rd Party Mac Developer Application: Carl Hetherington (R82DXSR997)" $appdir + codesign --deep --force --verify --verbose --sign "3rd Party Mac Developer Application: Carl Hetherington (R82DXSR997)" "$appdir" mkdir -p $vol_name cp -a "$appdir" $vol_name