webview_cef icon indicating copy to clipboard operation
webview_cef copied to clipboard

Chromium version migration?

Open LylaAhn opened this issue 1 year ago • 2 comments

Hi, I am using with the available prebuilt version of the chromium from here (https://github.com/hlwhl/webview_cef/releases/download/prebuilt_cef_bin_linux/webview_cef_bin_0.0.2_101.0.18+chromium-101.0.4951.67_windows64.zip), which is outdated.

I want to use the latest version from https://cef-builds.spotifycdn.com/index.html, but the folder structure and files are different from the prebuilt version, causing errors when trying to integrate it.

What is the best way to migrate?

LylaAhn avatar Mar 06 '25 07:03 LylaAhn

Will find a time to upgrade cef to latest version. Overall, you need to build libcef shared framework (windows: dll, macos: dylib, linux: so) and replace header files with new version.

hlwhl avatar Mar 07 '25 03:03 hlwhl

@hlwhl

Dude, I honestly have no idea what I did. I don't know if it helps you, but at least for my fork it works. I just had to change a few things.

I hope this helps someone else :D

https://scalbrowser-ota-versions.s3.us-east-2.amazonaws.com/cef_binary/new_cef_binary_130.1.16.zip

scalveerne avatar Mar 27 '25 22:03 scalveerne