mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 08:26:37 +08:00
Update macosx_codesign.sh
This commit is contained in:
parent
ea8fdd910f
commit
ff30b8d44f
@ -28,6 +28,9 @@ chmod +x macosx_codesign_zip.sh
|
||||
|
||||
#Sign helpers
|
||||
echo "Signing helpers..."
|
||||
cd "$APP_DIR/$APP_NAME/$FRAMEWORKS_DIR"
|
||||
ln -s _CodeSignature/CodeResources CodeResources
|
||||
cd "$( dirname "$0" )"
|
||||
codesign --force --options runtime --entitlements "$ENTITLEMENTS_HELPER" --sign "$2" --timestamp --verbose "$APP_DIR/$APP_NAME/$FRAMEWORKS_DIR/jcef Helper.app"
|
||||
bash macosx_notarize.sh "$APP_DIR/$APP_NAME/$FRAMEWORKS_DIR/jcef Helper.app" "$2" $3 org.jcef.jcef.helper $4 $5 $6
|
||||
codesign --force --options runtime --entitlements "$ENTITLEMENTS_HELPER" --sign "$2" --timestamp --verbose "$APP_DIR/$APP_NAME/$FRAMEWORKS_DIR/jcef Helper (GPU).app"
|
||||
|
Loading…
Reference in New Issue
Block a user