Skip to content

Commit

Permalink
Update CEF to 119.4.4+g5d1e039+chromium-119.0.6045.199
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Dec 1, 2023
1 parent 07013d2 commit 846b10c
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.4.3+gc76a3b9+chromium-119.0.6045.159"
local CEF_HASH = "d967089e9bc352a2462ea318505e6085d991532bffaaba43710737cd61ca9a38"
local CEF_VERSION = "119.4.4+g5d1e039+chromium-119.0.6045.199"
local CEF_HASH = "913fe7dc3590af03dd1979e591b1209be6d38e3e2f6f3e44ee86409f779e2986"

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

0 comments on commit 846b10c

Please sign in to comment.