Skip to content

Commit

Permalink
Update CEF to 128.4.9+g9840ad9+chromium-128.0.6613.120
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Sep 14, 2024
1 parent 866cd85 commit 866b6ea
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 = "128.4.8+g88b5034+chromium-128.0.6613.114"
local CEF_HASH = "eb5a84db83b51f6d6be43e9bb7f8a557e86dd056a9a565251c28c301feb1c9ef"
local CEF_VERSION = "128.4.9+g9840ad9+chromium-128.0.6613.120"
local CEF_HASH = "34447cf2983ca4ad7a9077394b6ac75f30c393b41b2794cdbb10c49b5c8e1e85"

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

0 comments on commit 866b6ea

Please sign in to comment.