Improve check for code signatures

This commit is contained in:
FriwiDev
2022-11-01 06:45:20 +01:00
parent bc4c3dc942
commit c7d55dc880
3 changed files with 11 additions and 2 deletions

View File

@@ -74,6 +74,11 @@ if [ $# -gt 4 ]
then
chmod +x $WORK_DIR/macosx_codesign.sh
bash $WORK_DIR/macosx_codesign.sh $(pwd) "$5" $6 $7 $8 $9
retVal=$?
if [ $retVal -ne 0 ]; then
echo "Binaries are not correctly signed"
exit 1
fi
fi
#Pack binary_distrib