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.
1 parent b3a5e60 commit 00021e0Copy full SHA for 00021e0
utils/buildactions/install_cef.lua
@@ -8,8 +8,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
8
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
9
10
-- Change here to update CEF version
11
-local CEF_VERSION = "91.1.12+gcf0c26a+chromium-91.0.4472.101"
12
-local CEF_HASH = "8229c957cc77104a115efa6dfcac8a599c2ba4453e509bdc8289541c57e41c35"
+local CEF_VERSION = "92.0.21+ga9ec100+chromium-92.0.4515.107"
+local CEF_HASH = "2b8c2345768e4d116a2721485e2b3708503526d1b6ea2351e61b8a7a70bc751c"
13
14
function make_cef_download_url()
15
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments