Skip to content

Commit

Permalink
Update CEF to 114.2.12+g7c09f21+chromium-114.0.5735.199
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Jul 3, 2023
1 parent f473ff1 commit fff6201
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 = "114.2.11+g87c8807+chromium-114.0.5735.134"
local CEF_HASH = "0a3cd6bf5f01830d9a33efea2a65ba8cb354e23b784132e5df0b7d82d689ab61"
local CEF_VERSION = "114.2.12+g7c09f21+chromium-114.0.5735.199"
local CEF_HASH = "4d71ce5172f83eae774bf4fe1107340b9392f0e618978c0b470c295f98565a1b"

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

0 comments on commit fff6201

Please sign in to comment.