Skip to content

Commit

Permalink
Update to CEF 78.3.9+gc7345f2+chromium-78.0.3904.108
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Nov 30, 2019
1 parent 650865c commit b32325e
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_PREFIX = "https://mirror.mtasa.com/bdata/cef/"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2" local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"


local CEF_VERSION = "77.1.12+gc63c001+chromium-77.0.3865.90" -- Change here to update CEF version local CEF_VERSION = "78.3.9+gc7345f2+chromium-78.0.3904.108" -- Change here to update CEF version


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

0 comments on commit b32325e

Please sign in to comment.