diff --git a/addons/gdcef/build.py b/addons/gdcef/build.py index a1832a2..4c8ab32 100755 --- a/addons/gdcef/build.py +++ b/addons/gdcef/build.py @@ -40,7 +40,7 @@ ############################################################################### ### Global user settings # CEF version downloaded from https://cef-builds.spotifycdn.com/index.html -CEF_VERSION = "123.0.13+gfc703fb+chromium-123.0.6312.124" +CEF_VERSION = "125.0.19+g3d8f1c9+chromium-125.0.6422.112" CEF_TARGET = "Release" # or "Debug" MODULE_TARGET = "release" # or "debug" GODOT_CPP_TARGET = "template_release" # or "template_debug"