Skip to content

Commit

Permalink
Desperate attempt at fixing CEF notarizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigner committed Mar 5, 2024
1 parent a55822b commit 9e2ef32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions macosx_codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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 "$APP_DIR/$APP_NAME/$FRAMEWORKS_DIR/$FRAMEWORK_NAME"
mkdir -p Contents
ln -s _CodeSignature/CodeResources Contents/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
Expand Down

0 comments on commit 9e2ef32

Please sign in to comment.