1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-25 23:06:23 +02:00

Call sign_step.sh if available.

This commit is contained in:
Christian Muehlhaeuser
2014-10-28 02:15:19 +01:00
parent b9f4f7f48a
commit 0799a7ddc3

View File

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