Skip to content

Commit

Permalink
Update CEF to 3.3538.1852.gcb937fc (Chromium 70.0.3538.102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Nov 20, 2018
1 parent f2149d5 commit 76868dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildactions/install_cef.lua
Expand Up @@ -7,7 +7,7 @@ local CEF_PATH = "vendor/cef3/"
local CEF_URL_PREFIX = "https://mirror.mtasa.com/bdata/cef/"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

local CEF_VERSION = "3.3497.1840.gcd24143" -- Change here to update CEF version
local CEF_VERSION = "3.3538.1852.gcb937fc" -- Change here to update CEF version

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

0 comments on commit 76868dd

Please sign in to comment.