Skip to content

Commit

Permalink
Update CEF to 120.1.10+g3ce3184+chromium-120.0.6099.129
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Dec 23, 2023
1 parent a920915 commit 478fd54
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 = "120.1.8+ge6b45b0+chromium-120.0.6099.109"
local CEF_HASH = "492c1ce1a5b47d324916fd56d05f31fc1e2a101c9dbb9b6f0a70ae945b24d7e8"
local CEF_VERSION = "120.1.10+g3ce3184+chromium-120.0.6099.129"
local CEF_HASH = "95d549faf674983b189293212b09bb6137735483d17abcf9da0d1132864fa3be"

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

0 comments on commit 478fd54

Please sign in to comment.