mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Fix path
This commit is contained in:
parent
984974017b
commit
d2833f0d68
@ -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
|
||||
.$WORK_DIR/macosx_codesign.sh $(pwd) $5
|
||||
fi
|
||||
|
||||
#Pack binary_distrib
|
||||
|
@ -4,7 +4,7 @@ if [ $# -lt 2 ]
|
||||
then
|
||||
echo "Usage: ./macosxcodesign.sh <path> <certname> [<bundleid> <appleid> <applepwd>]"
|
||||
echo ""
|
||||
echo "path: the target path"
|
||||
echo "path: the absolute(!) target path"
|
||||
echo "certname: the apple signing certificate name. Something like \"Developer ID Application: xxx\""
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user