Skip to content

Commit

Permalink
Update CEF to 96.0.17+g20e2617+chromium-96.0.4664.93
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Dec 8, 2021
1 parent f2dda37 commit bc372cc
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 = "96.0.14+g28ba5c8+chromium-96.0.4664.55"
local CEF_HASH = "a0ce2c76db66262c9134fcf2f9ad9a2716f6409742ab8e67d07aa3ef8b425ed3"
local CEF_VERSION = "96.0.17+g20e2617+chromium-96.0.4664.93"
local CEF_HASH = "b4bc5bfec973c9e22d2d6e84cfb66eaf8eb381a0c6b1425f765617718184b852"

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

0 comments on commit bc372cc

Please sign in to comment.