From 9acbb48659e0c005ed5de003054ff11483118aeb Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 25 Feb 2016 02:36:07 +0100 Subject: [PATCH] If sign_step.sh exists, require it to succeed --- 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 5856fb187..62919958d 100755 --- a/admin/mac/build-release-osx.sh +++ b/admin/mac/build-release-osx.sh @@ -46,7 +46,7 @@ CERT_SIGNER=$2 cd .. if [ -f ~/sign_step.sh ]; then - ~/sign_step.sh "$CERT_SIGNER" "${TARGET_NAME}.app" || true + ~/sign_step.sh "$CERT_SIGNER" "${TARGET_NAME}.app" fi header "Creating DMG"