Make codesign script executable

This commit is contained in:
FriwiDev 2022-02-18 13:50:43 +01:00
parent d9e5fe14ea
commit 618220e286

View File

@ -68,6 +68,7 @@ cd ..
cd binary_distrib/macosx64
if [ $# -gt 4 ]
then
chmod +x $WORK_DIR/macosx_codesign.sh
./$WORK_DIR/macosx_codesign.sh $(pwd) $5
fi