1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Fix 10.10 signing *shrug*

This commit is contained in:
Dominik Schmidt
2015-01-21 16:49:50 +01:00
parent e32f333093
commit ae39385ee0

View File

@@ -46,6 +46,11 @@ CERT_SIGNER=$2
header "Signing bundle"
codesign -s "Developer ID Application: $CERT_SIGNER" -f -v ./Tomahawk.app
if [ -f ~/sign_step.sh ];
then
~/sign_step.sh "$CERT_SIGNER" "Tomahawk.app"
fi
$ROOT/../admin/mac/create-dmg.sh Tomahawk.app
mv Tomahawk.dmg Tomahawk-$VERSION.dmg