Permalink
Browse files
Update to CEF 78.3.9+gc7345f2+chromium-78.0.3904.108
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
utils/buildactions/install_cef.lua
|
@@ -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 = "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() |
|
|
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX |
|
|
0 comments on commit
b32325e