Edit bundle notice

This commit is contained in:
FriwiDev 2021-12-03 02:47:51 +01:00
parent e548f7add5
commit 91864cd4f9
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@
|**Java** |Oracle JDK 8 |Microsoft JDK 11 |OpenJDK 11 |Temurin JDK 8 | |**Java** |Oracle JDK 8 |Microsoft JDK 11 |OpenJDK 11 |Temurin JDK 8 |
|**Compiler** |VS 2019 |VS 2019 |GCC 10 |Xcode 12 | |**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| |**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|
</div> </div>

2
maven_gen/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
out