Fix bash execution of signing

This commit is contained in:
FriwiDev 2022-02-24 21:35:20 +01:00
parent d2833f0d68
commit ebae1ca762

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
bash $WORK_DIR/macosx_codesign.sh $(pwd) $5
fi
#Pack binary_distrib