Skip to content

Commit

Permalink
Update CEF to 128.4.8+g88b5034+chromium-129.0.6668.29
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed Sep 9, 2024
1 parent 60a8ec0 commit 9e55b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ premake.modules.install_cef = {}
local CEF_PATH = "vendor/cef3/cef/"
local CEF_TEMP_PATH = "vendor/cef3/"
local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
local CEF_URL_SUFFIX = "_windows32_beta_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 = "129.0.4+g9774348+chromium-129.0.6668.29"
local CEF_HASH = "70b021ac8921de30c31241d85be8ad5abc65adec4283aff726600319f27034b1"

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

0 comments on commit 9e55b0e

Please sign in to comment.