diff --git a/admin/mac/build-release-osx.sh b/admin/mac/build-release-osx.sh index 8ec8aaa06..6886a3e73 100755 --- a/admin/mac/build-release-osx.sh +++ b/admin/mac/build-release-osx.sh @@ -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