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 d965e06 commit b001206Copy full SHA for b001206
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 = "107.1.12+g65b79a6+chromium-107.0.5304.122"
13
-local CEF_HASH = "443cb9fbbf28dc29326e8315abae100cae8841ca7fb4f62197cdc9a3b6b5f680"
+local CEF_VERSION = "108.4.13+ga98cd4c+chromium-108.0.5359.125"
+local CEF_HASH = "b0554e0f7f5d3e673d56ab4d69a7b3a4ae255c67329b4d2a5a608d2d43d5f27e"
14
15
function make_cef_download_url()
16
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments