Skip to content

Commit

Permalink
Update CEF to 124.3.9+g9bd638f+chromium-124.0.6367.207
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed May 23, 2024
1 parent 3fc796b commit ce54e16
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 = "121.3.7+g82c7c57+chromium-121.0.6167.160"
local CEF_HASH = "1c658be164a1b62be90fa514a7fe4eb6a2027f5a122abb404a6816a418b33a94"
local CEF_VERSION = "124.3.9+g9bd638f+chromium-124.0.6367.207"
local CEF_HASH = "9df7c9322b7fe9f2492888f5259090c3956fa5058193bdbf90a5a26547b9921e"

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

0 comments on commit ce54e16

Please sign in to comment.