Skip to content

Commit

Permalink
Update macosx_codesign.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FriwiDev authored Jan 16, 2024
1 parent ea8fdd9 commit ff30b8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macosx_codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ff30b8d

Please sign in to comment.