Skip to content

Commit

Permalink
Update CEF to 121.3.7+g82c7c57+chromium-121.0.6167.160
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Feb 15, 2024
1 parent 63d2cac commit 2cd221c
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 = "121.3.4+g2af7b91+chromium-121.0.6167.139"
local CEF_HASH = "df6bb3fc28ec0bec0d3aae04cef8ef02c108190e36e08cccff81f3b6973ee6ae"
local CEF_VERSION = "121.3.7+g82c7c57+chromium-121.0.6167.160"
local CEF_HASH = "1c658be164a1b62be90fa514a7fe4eb6a2027f5a122abb404a6816a418b33a94"

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

0 comments on commit 2cd221c

Please sign in to comment.