DatL4g/KCEF

Does TarGzExtractor download and bundle only what is needed

Opened this issue · 1 comments

I was just wondering if the TarGzExtractor is downloading only what is needed for JCEF to be started.

It looks like its including most of the files from JetBrainsRuntime but I was not 100% sure if it actually needs all this.

For mac I am able to reduce this to just the following and its starting fine

  • /Contents/Frameworks
  • /Contents/Home/lib/libjcef.dylib

KCEF currently comes with everything bundles in the JetBrainsRuntime as this was the only existing source of that jcef version.
Back when I created this repository there was no way of building only JetBrains jcef.

Feel free to create a GitHub Action to build jcef bundles according to https://github.com/JetBrains/jcef#building-jcef, which which creates a release to download from.
I don't have time for this at the moment.