From 91864cd4f9f0c24cb4bd3c55402473e1fd9cb053 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Fri, 3 Dec 2021 02:47:51 +0100 Subject: [PATCH] Edit bundle notice --- README.md | 2 +- maven_gen/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 maven_gen/.gitignore diff --git a/README.md b/README.md index e188b55..7be8a2a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ |**Java** |Oracle JDK 8 |Microsoft JDK 11 |OpenJDK 11 |Temurin JDK 8 | |**Compiler** |VS 2019 |VS 2019 |GCC 10 |Xcode 12 | |**Build** |Python 3.7; `ninja`|Python 3.7; `ninja` |Python 3.7; `ninja` |Python 2.7; `ninja`; SDK 10.11| -|**Limitations**|- |No OSR mode (Jogamp) |- |Most likely needs a bundle | +|**Limitations**|- |No OSR mode (Jogamp) |- |Needs [custom structure](https://bitbucket.org/chromiumembedded/java-cef/issues/109/) to run outside of a bundle| diff --git a/maven_gen/.gitignore b/maven_gen/.gitignore new file mode 100644 index 0000000..9bcdd5a --- /dev/null +++ b/maven_gen/.gitignore @@ -0,0 +1,2 @@ +build +out