Skip to content

Commit

Permalink
Update CEF to 118.7.1+g99817d2+chromium-118.0.5993.119
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Nov 8, 2023
1 parent 4b8b237 commit d19327c
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 = "118.6.9+g7e73645+chromium-118.0.5993.119"
local CEF_HASH = "e5cdec6094735226f9cc06411d083d3bb3d80123cc1031ffc7a2edda10a1024a"
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 d19327c

Please sign in to comment.