We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 877dcd3 + b6fc1b5 commit 8be3a2bCopy full SHA for 8be3a2b
utils/buildactions/install_cef.lua
@@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
9
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
10
11
-- Change here to update CEF version
12
-local CEF_VERSION = "126.2.9+g169fea9+chromium-126.0.6478.127"
13
-local CEF_HASH = "de207b5f07e03a4242e091e7a5389b4027385c53c8e826f2e5798f4391f04b9e"
+local CEF_VERSION = "126.2.14+g239742e+chromium-126.0.6478.127"
+local CEF_HASH = "8c9fcef17046b0b4fb783a72770cd0ac556ca4c18b8b0879fc1e2ea4df8291e7"
14
15
function make_cef_download_url()
16
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments