We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23df8b commit a82990aCopy full SHA for a82990a
utils/buildactions/install_cef.lua
@@ -7,7 +7,7 @@ local CEF_PATH = "vendor/cef3/"
7
local CEF_URL_PREFIX = "https://mirror.mtasa.com/bdata/cef/"
8
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"
9
10
-local CEF_VERSION = "76.1.9+g2cf916e+chromium-76.0.3809.87" -- Change here to update CEF version
+local CEF_VERSION = "76.1.13+gf19c584+chromium-76.0.3809.132" -- Change here to update CEF version
11
12
function make_cef_download_url()
13
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
0 commit comments