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 36a4ff7 commit 2c75324Copy full SHA for 2c75324
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 = "89.0.12+g2b76680+chromium-89.0.4389.90"
12
-local CEF_HASH = "56284ed5113686f3cb86deb33c8d2a02450f373e141dd918c3bb3b91d42b1232"
+local CEF_VERSION = "91.1.12+gcf0c26a+chromium-91.0.4472.101"
+local CEF_HASH = "8229c957cc77104a115efa6dfcac8a599c2ba4453e509bdc8289541c57e41c35"
13
14
function make_cef_download_url()
15
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments