Skip to content

Commit

Permalink
Update CEF to 76.1.13+gf19c584+chromium-76.0.3809.132
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Aug 31, 2019
1 parent c23df8b commit a82990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
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 = "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

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

0 comments on commit a82990a

Please sign in to comment.