From ebae1ca762f553bf3ef7a5fef8a3692ad646c0b3 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Thu, 24 Feb 2022 21:35:20 +0100 Subject: [PATCH] Fix bash execution of signing --- compile_macosx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_macosx.sh b/compile_macosx.sh index 1bcfceb..74e6ee5 100755 --- a/compile_macosx.sh +++ b/compile_macosx.sh @@ -69,7 +69,7 @@ cd binary_distrib/macosx64 if [ $# -gt 4 ] then chmod +x $WORK_DIR/macosx_codesign.sh - .$WORK_DIR/macosx_codesign.sh $(pwd) $5 + bash $WORK_DIR/macosx_codesign.sh $(pwd) $5 fi #Pack binary_distrib