Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does TarGzExtractor download and bundle only what is needed #8

Open
davidroberts-merlyn opened this issue Feb 15, 2024 · 1 comment

Comments

@davidroberts-merlyn
Copy link

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
@DatL4g
Copy link
Owner

DatL4g commented Feb 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants