DatL4g / KCEF

Kotlin implementation of jcefmaven with more modern setup and depending on JetBrains/jcef
https://datl4g.github.io/KCEF/
Apache License 2.0
44 stars 6 forks source link

Does TarGzExtractor download and bundle only what is needed #8

Open davidroberts-merlyn opened 7 months ago

davidroberts-merlyn commented 7 months ago

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

DatL4g commented 7 months ago

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.