1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

Don't sign on 10.7 build machine.

This commit is contained in:
Christian Muehlhaeuser 2015-01-26 02:40:16 +01:00
parent 27275c47a4
commit 3ed1275f0d

View File

@ -44,7 +44,7 @@ CERT_SIGNER=$2
cd ..
header "Signing bundle"
codesign -s "Developer ID Application: $CERT_SIGNER" -f -v ./Tomahawk.app
# codesign -s "Developer ID Application: $CERT_SIGNER" -f -v ./Tomahawk.app
if [ -f ~/sign_step.sh ];
then