Skip to content

Commit

Permalink
Update CEF to 126.2.14+g239742e+chromium-126.0.6478.127
Browse files Browse the repository at this point in the history
This includes a bunch of CEF fixes, no change to Chromium base version
  • Loading branch information
Dutchman101 authored Jul 16, 2024
1 parent 180fbc0 commit b6fc1b5
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 = "126.2.9+g169fea9+chromium-126.0.6478.127"
local CEF_HASH = "de207b5f07e03a4242e091e7a5389b4027385c53c8e826f2e5798f4391f04b9e"
local CEF_VERSION = "126.2.14+g239742e+chromium-126.0.6478.127"
local CEF_HASH = "8c9fcef17046b0b4fb783a72770cd0ac556ca4c18b8b0879fc1e2ea4df8291e7"

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

0 comments on commit b6fc1b5

Please sign in to comment.