1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Don't fail OSX build if package can't be signed for >=10.9.5

This commit is contained in:
Dominik Schmidt
2015-01-29 07:49:26 +01:00
parent 4fa69d9607
commit b4a284a25d

View File

@@ -48,7 +48,7 @@ CERT_SIGNER=$2
if [ -f ~/sign_step.sh ];
then
~/sign_step.sh "$CERT_SIGNER" "Tomahawk.app"
~/sign_step.sh "$CERT_SIGNER" "Tomahawk.app" || true
fi
$ROOT/../admin/mac/create-dmg.sh Tomahawk.app