Skip to content

Commit 21b9afc

Browse files
committed
Update CEF to 85.3.9+gb045a6e+chromium-85.0.4183.102
This CEF build fixes the transparency issues we had with the previous CEF builds. See https://bitbucket.org/chromiumembedded/cef/issues/2938/osr-transparent-background-broken-since for reference.
1 parent 97dbfc6 commit 21b9afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/buildactions/install_cef.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ local CEF_URL_PREFIX = "http://opensource.spotify.com/cefbuilds/cef_binary_"
88
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
99

1010
-- Change here to update CEF version
11-
local CEF_VERSION = "81.3.10+gb223419+chromium-81.0.4044.138"
12-
local CEF_HASH = "27d698c45cc2c0b15972589c32243fff15aca8d3fc1638c8a05ba54db0b63f05"
11+
local CEF_VERSION = "85.3.9+gb045a6e+chromium-85.0.4183.102"
12+
local CEF_HASH = "e7c1ef41b09c8de496ad7d0b3ef9220fad0ff10d0714b2251851a0061bd72a59"
1313

1414
function make_cef_download_url()
1515
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX

0 commit comments

Comments
 (0)