mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
If sign_step.sh exists, require it to succeed
This commit is contained in:
@@ -46,7 +46,7 @@ CERT_SIGNER=$2
|
|||||||
cd ..
|
cd ..
|
||||||
if [ -f ~/sign_step.sh ];
|
if [ -f ~/sign_step.sh ];
|
||||||
then
|
then
|
||||||
~/sign_step.sh "$CERT_SIGNER" "${TARGET_NAME}.app" || true
|
~/sign_step.sh "$CERT_SIGNER" "${TARGET_NAME}.app"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
header "Creating DMG"
|
header "Creating DMG"
|
||||||
|
Reference in New Issue
Block a user