mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Fix bash execution of signing
This commit is contained in:
parent
d2833f0d68
commit
ebae1ca762
@ -69,7 +69,7 @@ cd binary_distrib/macosx64
|
|||||||
if [ $# -gt 4 ]
|
if [ $# -gt 4 ]
|
||||||
then
|
then
|
||||||
chmod +x $WORK_DIR/macosx_codesign.sh
|
chmod +x $WORK_DIR/macosx_codesign.sh
|
||||||
.$WORK_DIR/macosx_codesign.sh $(pwd) $5
|
bash $WORK_DIR/macosx_codesign.sh $(pwd) $5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Pack binary_distrib
|
#Pack binary_distrib
|
||||||
|
Loading…
Reference in New Issue
Block a user