From d2833f0d686aef993238549d4d16109b56975826 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Thu, 24 Feb 2022 21:18:18 +0100 Subject: [PATCH] Fix path --- compile_macosx.sh | 2 +- macosx_codesign.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_macosx.sh b/compile_macosx.sh index 0c43e36..1bcfceb 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 + .$WORK_DIR/macosx_codesign.sh $(pwd) $5 fi #Pack binary_distrib diff --git a/macosx_codesign.sh b/macosx_codesign.sh index fb8a540..0c8f196 100755 --- a/macosx_codesign.sh +++ b/macosx_codesign.sh @@ -4,7 +4,7 @@ if [ $# -lt 2 ] then echo "Usage: ./macosxcodesign.sh [ ]" echo "" - echo "path: the target path" + echo "path: the absolute(!) target path" echo "certname: the apple signing certificate name. Something like \"Developer ID Application: xxx\"" exit 1 fi