Skip to content

Commit

Permalink
Revert e0eedf9 (Update CEF)
Browse files Browse the repository at this point in the history
More work is needed for this upgrade
  • Loading branch information
Dutchman101 authored Nov 14, 2023
1 parent e0eedf9 commit ce85d25
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 = "119.3.1+gf768881+chromium-119.0.6045.124"
local CEF_HASH = "59d8ead17a8cb355b0a1d2b3d57e94139ccb7fe6c33c9e7365451ee5c7e7e7f4"
local CEF_VERSION = "118.7.1+g99817d2+chromium-118.0.5993.119"
local CEF_HASH = "389f8df36a89a68d50c91ef228a8fdae87614e5e1c41e4ccb48f054b76e54dd3"

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

0 comments on commit ce85d25

Please sign in to comment.