aboutsummaryrefslogtreecommitdiff
path: root/third_party/appbundler/README.jcef
diff options
context:
space:
mode:
authorAnton Tarasov <anton.tarasov@jetbrains.com>2021-01-20 17:51:05 +0300
committerAnton Tarasov <anton.tarasov@jetbrains.com>2021-01-20 17:51:05 +0300
commit02d12314fcd8fa81628d50de1e21744f2e6077d8 (patch)
treeb1f155adabbbcbc3177f03e7e225fc486290a44a /third_party/appbundler/README.jcef
parentc04edd546efcd86891ed472fa9857aaf1e4d8fc1 (diff)
parent304f3e3de03fb3aab5e8212c0f9c699503a55cb4 (diff)
downloadjcef-02d12314fcd8fa81628d50de1e21744f2e6077d8.tar.gz
Merge branch 'java-cef'
# Conflicts: # java/org/cef/browser/CefBrowser.java # java/org/cef/browser/CefBrowserOsr.java # java/org/cef/browser/CefBrowser_N.java # java/org/cef/browser/CefFrame.java # java/org/cef/browser/CefFrame_N.java # native/CefBrowser_N.cpp # native/CefFrame_N.cpp # native/CefFrame_N.h # native/util_linux.cpp # native/util_mac.mm # third_party/jogamp/jar/gluegen-rt-natives-linux-amd64.jar # third_party/jogamp/jar/gluegen-rt-natives-macosx-universal.jar # third_party/jogamp/jar/gluegen-rt-natives-windows-amd64.jar # third_party/jogamp/jar/gluegen-rt.jar # third_party/jogamp/jar/jogl-all-natives-linux-amd64.jar # third_party/jogamp/jar/jogl-all-natives-macosx-universal.jar # third_party/jogamp/jar/jogl-all-natives-windows-amd64.jar # third_party/jogamp/jar/jogl-all.jar # tools/compile.sh # tools/make_distrib.sh # tools/make_docs.sh # tools/run.sh # tools/run_tests.sh
Diffstat (limited to 'third_party/appbundler/README.jcef')
-rw-r--r--third_party/appbundler/README.jcef8
1 files changed, 5 insertions, 3 deletions
diff --git a/third_party/appbundler/README.jcef b/third_party/appbundler/README.jcef
index 0173837..0067ccc 100644
--- a/third_party/appbundler/README.jcef
+++ b/third_party/appbundler/README.jcef
@@ -1,7 +1,7 @@
Name: Java Application Bundler
Short Name: appbundler
URL: https://github.com/TheInfiniteKind/appbundler/
-Version: 1.0 (commit 96d579d8)
+Version: 1.0 (commit ad6782ea)
License: GPL-2.0
Description:
@@ -11,5 +11,7 @@ See the project URL for related documentation.
Local Modifications:
1. Clone the repo using Git.
-2. Run `ant` from the top-level directory.
-3. Copy the resulting /appbundler/bin/appbundler-1.0ea.jar file to this directory.
+2. Apply the Apple Silicon support patch from
+ https://github.com/TheInfiniteKind/appbundler/issues/75
+3. Run `ant` from the top-level directory.
+4. Copy the resulting /appbundler/bin/appbundler-1.0ea.jar file to this directory.