File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ bool CWebCore::Initialise()
7171#else
7272 CefString (&settings.browser_subprocess_path ).FromWString (FromUTF8 (CalcMTASAPath (" MTA\\ CEF\\ CEFLauncher_d.exe" )));
7373#endif
74- CefString (&settings.resources_dir_path ).FromWString (FromUTF8 (CalcMTASAPath (" MTA\\ CEF" )));
7574 CefString (&settings.cache_path ).FromWString (FromUTF8 (CalcMTASAPath (" MTA\\ CEF\\ cache" )));
7675 CefString (&settings.locales_dir_path ).FromWString (FromUTF8 (CalcMTASAPath (" MTA\\ CEF\\ locales" )));
7776 CefString (&settings.log_file ).FromWString (FromUTF8 (CalcMTASAPath (" MTA\\ CEF\\ cefdebug.txt" )));
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ premake.modules.install_cef = {}
66local CEF_PATH = " vendor/cef3/cef/"
77local CEF_TEMP_PATH = " vendor/cef3/"
88local CEF_URL_PREFIX = " https://cef-builds.spotifycdn.com/cef_binary_"
9- local CEF_URL_SUFFIX = " _windows32_beta_minimal .tar.bz2"
9+ local CEF_URL_SUFFIX = " _windows32_minimal .tar.bz2"
1010
1111-- Change here to update CEF version
12- local CEF_VERSION = " 129.0.4+g9774348 +chromium-129 .0.6668.29 "
13- local CEF_HASH = " 70b021ac8921de30c31241d85be8ad5abc65adec4283aff726600319f27034b1 "
12+ local CEF_VERSION = " 128.4.8+g88b5034 +chromium-128 .0.6613.114 "
13+ local CEF_HASH = " eb5a84db83b51f6d6be43e9bb7f8a557e86dd056a9a565251c28c301feb1c9ef "
1414
1515function make_cef_download_url ()
1616 return CEF_URL_PREFIX .. http .escapeUrlParam (CEF_VERSION ).. CEF_URL_SUFFIX
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project "CEF"
2020 postbuildcommands {
2121 " {COPY} \" " .. cef_path .. " Release/*\" \" " .. path .. " mta\" " ,
2222 " {COPY} \" " .. cef_path .. " Resources/icudtl.dat\" \" " .. path .. " mta\" " ,
23- " {COPY} \" " .. cef_path .. " Resources/*.pak\" \" " .. path .. " mta/cef \" " ,
23+ " {COPY} \" " .. cef_path .. " Resources/*.pak\" \" " .. path .. " mta\" " ,
2424 " {COPY} \" " .. cef_path .. " Resources/locales/*\" \" " .. path .. " mta/cef/locales\" "
2525 }
2626
You can’t perform that action at this time.
0 commit comments