From 5c6c1cb849d5eb6c3f6d5a373679094ea41c7c2f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 21 Jan 2015 16:33:56 +0100 Subject: [PATCH] Pass cert signer to sign_step.sh. --- admin/mac/build-release-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/mac/build-release-osx.sh b/admin/mac/build-release-osx.sh index 5bd3ffcff..63c2f13f6 100755 --- a/admin/mac/build-release-osx.sh +++ b/admin/mac/build-release-osx.sh @@ -49,7 +49,7 @@ CERT_SIGNER=$2 if [ -f ~/sign_step.sh ]; then - ~/sign_step.sh + ~/sign_step.sh "$CERT_SIGNER" fi $ROOT/../admin/mac/create-dmg.sh Tomahawk.app