Skip to content

Commit 3d03672

Browse files
authored
Fix CEF download hash
CEF mirror seems to have some reliability issues too, so it might still not succeed at once or at build time (whether custom or official build)
1 parent 75dc3bc commit 3d03672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/buildactions/install_cef.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
1010

1111
-- Change here to update CEF version
1212
local CEF_VERSION = "136.1.1+g4dec9aa+chromium-136.0.7103.33"
13-
local CEF_HASH = "59f8ecce5ec6a7a0430100da2d63b59a91723dcd8f642001bb8ff569b6e92047"
13+
local CEF_HASH = "c1a7c45e98c25d387a1263ccad5c2f790f3459ebf889e192f4672a36fb05efdb"
1414

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

0 commit comments

Comments
 (0)