Skip to content

Commit

Permalink
Update CEF to 117.2.4+g5053a95+chromium-117.0.5938.150
Browse files Browse the repository at this point in the history
same Chromium version, but notable fixes to CEF
  • Loading branch information
Dutchman101 authored Oct 8, 2023
1 parent 5c54986 commit 6a11fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

-- Change here to update CEF version
local CEF_VERSION = "117.2.3+g946dde2+chromium-117.0.5938.150"
local CEF_HASH = "bf45cef206f8b67b05a1a24f4a334ea3bd4d43c0c892c873b4df8ed955cd360a"
local CEF_VERSION = "117.2.4+g5053a95+chromium-117.0.5938.150"
local CEF_HASH = "27f6e2f17cccde9f0d2aa09388eb2c47f54a28015ad5c86d972ca49795871c5d"

function make_cef_download_url()
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
Expand Down

0 comments on commit 6a11fce

Please sign in to comment.