Skip to content

Commit 3f93481

Browse files
committed
Addendum #2 to a93fe22
1 parent 0eb0b3b commit 3f93481

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Shared/installer/nightly.nsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,12 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
675675
File "${FILES_ROOT}\mta\CEF\CEFLauncher.exe"
676676
File "${FILES_ROOT}\mta\CEF\CEFLauncher_DLL.dll"
677677

678+
679+
# Added as per https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
680+
File "${FILES_ROOT}\mta\CEF\chrome_100_percent.pak"
681+
File "${FILES_ROOT}\mta\CEF\chrome_200_percent.pak"
682+
File "${FILES_ROOT}\mta\CEF\resources.pak"
683+
678684
# Clarification for the below 4 deprecated files: https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
679685
#File "${FILES_ROOT}\mta\CEF\cef.pak"
680686
#File "${FILES_ROOT}\mta\CEF\cef_100_percent.pak"

vendor/cef3/premake5.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ project "CEF"
2020
postbuildcommands {
2121
"{COPY} \""..cef_path.."Release/*\" \""..path.."mta\"",
2222
"{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)
2423
"{COPY} \""..cef_path.."Resources/*.pak\" \""..path.."mta/cef\"",
2524
"{COPY} \""..cef_path.."Resources/locales/*\" \""..path.."mta/cef/locales\""
2625
}

0 commit comments

Comments
 (0)