File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -674,10 +674,14 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
674
674
SetOutPath " $INSTDIR\MTA\CEF"
675
675
File " ${FILES_ROOT}\mta\CEF\CEFLauncher.exe"
676
676
File " ${FILES_ROOT}\mta\CEF\CEFLauncher_DLL.dll"
677
- File " ${FILES_ROOT}\mta\CEF\cef.pak"
678
- File " ${FILES_ROOT}\mta\CEF\cef_100_percent.pak"
679
- File " ${FILES_ROOT}\mta\CEF\cef_200_percent.pak"
680
- File " ${FILES_ROOT}\mta\CEF\devtools_resources.pak"
677
+
678
+ # Clarification for the below 4 deprecated files: https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
679
+ # File "${FILES_ROOT}\mta\CEF\cef.pak"
680
+ # File "${FILES_ROOT}\mta\CEF\cef_100_percent.pak"
681
+ # File "${FILES_ROOT}\mta\CEF\cef_200_percent.pak"
682
+ # File "${FILES_ROOT}\mta\CEF\devtools_resources.pak"
683
+
684
+ # Below file was included in the deprecation referenced above, but already disabled in MTA beforehand
681
685
# File "${FILES_ROOT}\mta\CEF\cef_extensions.pak"
682
686
683
687
SetOutPath " $INSTDIR\MTA\CEF\locales"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ project "CEF"
20
20
postbuildcommands {
21
21
" {COPY} \" " .. cef_path .. " Release/*\" \" " .. path .. " mta\" " ,
22
22
" {COPY} \" " .. cef_path .. " Resources/icudtl.dat\" \" " .. path .. " mta\" " ,
23
+ -- The .pak line below will now only generate chrome_100_percent.pak and chrome_200_percent.pak (see https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef)
23
24
" {COPY} \" " .. cef_path .. " Resources/*.pak\" \" " .. path .. " mta/cef\" " ,
24
25
" {COPY} \" " .. cef_path .. " Resources/locales/*\" \" " .. path .. " mta/cef/locales\" "
25
26
}
You can’t perform that action at this time.
0 commit comments