Skip to content

Commit 8be3a2b

Browse files
authored
Merge branch 'master' into bugfix/animations_sync
2 parents 877dcd3 + b6fc1b5 commit 8be3a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/buildactions/install_cef.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
99
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
1010

1111
-- Change here to update CEF version
12-
local CEF_VERSION = "126.2.9+g169fea9+chromium-126.0.6478.127"
13-
local CEF_HASH = "de207b5f07e03a4242e091e7a5389b4027385c53c8e826f2e5798f4391f04b9e"
12+
local CEF_VERSION = "126.2.14+g239742e+chromium-126.0.6478.127"
13+
local CEF_HASH = "8c9fcef17046b0b4fb783a72770cd0ac556ca4c18b8b0879fc1e2ea4df8291e7"
1414

1515
function make_cef_download_url()
1616
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX

0 commit comments

Comments
 (0)