This commit is contained in:
FriwiDev 2022-02-24 21:18:18 +01:00
parent 984974017b
commit d2833f0d68
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@ if [ $# -lt 2 ]
then
echo "Usage: ./macosxcodesign.sh <path> <certname> [<bundleid> <appleid> <applepwd>]"
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