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 af9fa92 commit 31d34f8Copy full SHA for 31d34f8
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 = "93.1.12+ga8ffe4b+chromium-93.0.4577.82"
12
-local CEF_HASH = "4ec48f98fbb0110ff37c861dfabb1a548223996b560bd47fda66adfacd87329a"
+local CEF_VERSION = "94.3.0+gffef496+chromium-94.0.4606.54"
+local CEF_HASH = "7310d5486ae2c15d0400a87b6ec7a49b88b21e2b494a33c084f5de391b82125c"
13
14
function make_cef_download_url()
15
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments