mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-09 10:43:49 +08:00
Improve check for code signatures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user