File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ codesign --force --options runtime --entitlements "$ENTITLEMENTS_HELPER" --sign
36
36
bash macosx_notarize.sh " $APP_DIR /$APP_NAME /$FRAMEWORKS_DIR /jcef Helper (Plugin).app" " $2 " $3 org.jcef.jcef.helper.plugin $4 $5 $6
37
37
codesign --force --options runtime --entitlements " $ENTITLEMENTS_HELPER " --sign " $2 " --timestamp --verbose " $APP_DIR /$APP_NAME /$FRAMEWORKS_DIR /jcef Helper (Renderer).app"
38
38
bash macosx_notarize.sh " $APP_DIR /$APP_NAME /$FRAMEWORKS_DIR /jcef Helper (Renderer).app" " $2 " $3 org.jcef.jcef.helper.renderer $4 $5 $6
39
+ codesign --force --options runtime --entitlements " $ENTITLEMENTS_HELPER " --sign " $2 " --timestamp --verbose " $APP_DIR /$APP_NAME /$FRAMEWORKS_DIR /jcef Helper (Alerts).app"
40
+ bash macosx_notarize.sh " $APP_DIR /$APP_NAME /$FRAMEWORKS_DIR /jcef Helper (Alerts).app" " $2 " $3 org.jcef.jcef.helper.alerts $4 $5 $6
39
41
40
42
# Sign libraries and framework
41
43
echo " Signing libraries and framework..."
@@ -51,6 +53,7 @@ bash macosx_codesign_zip.sh "$APP_DIR/$APP_NAME/Contents/Java/jogl-all-natives-m
51
53
bash macosx_codesign_zip.sh " $APP_DIR /$APP_NAME /Contents/Java/jogl-all-natives-macosx-universal.jar" " natives/macosx-universal/libjogl_mobile.dylib" " $2 "
52
54
bash macosx_codesign_zip.sh " $APP_DIR /$APP_NAME /Contents/Java/jogl-all-natives-macosx-universal.jar" " natives/macosx-universal/libnewt_head.dylib" " $2 "
53
55
bash macosx_codesign_zip.sh " $APP_DIR /$APP_NAME /Contents/Java/jogl-all-natives-macosx-universal.jar" " natives/macosx-universal/libjogl_desktop.dylib" " $2 "
56
+ codesign --force --options runtime --entitlements " $ENTITLEMENTS_BROWSER " --sign " $2 " --timestamp --verbose " $APP_DIR /$APP_NAME /Contents/MacOS/JavaAppLauncher"
54
57
codesign --force --options runtime --entitlements " $ENTITLEMENTS_BROWSER " --sign " $2 " --timestamp --verbose " $APP_DIR /$APP_NAME "
55
58
bash macosx_notarize.sh " $APP_DIR /$APP_NAME " " $2 " $3 org.jcef.jcef $4 $5 $6
56
59
You can’t perform that action at this time.
0 commit comments