mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Don't fail OSX build if package can't be signed for >=10.9.5
This commit is contained in:
@@ -48,7 +48,7 @@ CERT_SIGNER=$2
|
|||||||
|
|
||||||
if [ -f ~/sign_step.sh ];
|
if [ -f ~/sign_step.sh ];
|
||||||
then
|
then
|
||||||
~/sign_step.sh "$CERT_SIGNER" "Tomahawk.app"
|
~/sign_step.sh "$CERT_SIGNER" "Tomahawk.app" || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$ROOT/../admin/mac/create-dmg.sh Tomahawk.app
|
$ROOT/../admin/mac/create-dmg.sh Tomahawk.app
|
||||||
|
Reference in New Issue
Block a user