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 1d81347 commit 337cc91Copy full SHA for 337cc91
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 = "138.0.18+g8d99956+chromium-138.0.7204.101"
13
-local CEF_HASH = "6933069bf06e38ee73771fa59c6101e29f2ed652c13fa5baf5c232af8767447f"
+local CEF_VERSION = "138.0.21+g54811fe+chromium-138.0.7204.101"
+local CEF_HASH = "31fee8db096fe8c64efbd2fdbed8681ddfd086863c81a5e79e19b6e7ed7d6e45"
14
15
function make_cef_download_url()
16
return CEF_URL_PREFIX..CEF_VERSION..CEF_URL_SUFFIX
0 commit comments