Skip to content

Commit

Permalink
Update CEF to 116.0.23+g375735a+chromium-116.0.5845.189
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Sep 16, 2023
1 parent c864fad commit d60b02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
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 = "116.0.19+gc6a20bc+chromium-116.0.5845.141"
local CEF_HASH = "5cf39dee811d4bf6290bbb7e9d19850a1c021f021d05cf3585a53ed6252e99ad"
local CEF_VERSION = "116.0.23+g375735a+chromium-116.0.5845.189"
local CEF_HASH = "261f9cbe1adc1b820488368267fc6decc519eaebff783630ff98c3f3ec3ef509"

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

0 comments on commit d60b02e

Please sign in to comment.