mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 04:41:36 +02:00
Pass cert signer to sign_step.sh.
This commit is contained in:
@@ -49,7 +49,7 @@ CERT_SIGNER=$2
|
|||||||
|
|
||||||
if [ -f ~/sign_step.sh ];
|
if [ -f ~/sign_step.sh ];
|
||||||
then
|
then
|
||||||
~/sign_step.sh
|
~/sign_step.sh "$CERT_SIGNER"
|
||||||
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