Skip to content

Commit

Permalink
Update CEF to 115.3.14+g91e8c06+chromium-115.0.5790.172
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Aug 12, 2023
1 parent 148ea84 commit edd5006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
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 = "115.3.13+g749b4d4+chromium-115.0.5790.171"
local CEF_HASH = "58241415bac5ae0b6fa2ff651c9ad137411323953c04e4339f2e1b58cb9dddb1"
local CEF_VERSION = "115.3.14+g91e8c06+chromium-115.0.5790.172"
local CEF_HASH = "e39da61dc2012bd695bfd301687704824b28bf7938251314718b9c07bde8e262"

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

0 comments on commit edd5006

Please sign in to comment.