Skip to content

Commit a82990a

Browse files
committed
Update CEF to 76.1.13+gf19c584+chromium-76.0.3809.132
1 parent c23df8b commit a82990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/buildactions/install_cef.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local CEF_PATH = "vendor/cef3/"
77
local CEF_URL_PREFIX = "https://mirror.mtasa.com/bdata/cef/"
88
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
99

10-
local CEF_VERSION = "76.1.9+g2cf916e+chromium-76.0.3809.87" -- Change here to update CEF version
10+
local CEF_VERSION = "76.1.13+gf19c584+chromium-76.0.3809.132" -- Change here to update CEF version
1111

1212
function make_cef_download_url()
1313
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX

0 commit comments

Comments
 (0)