Skip to content

Commit

Permalink
Addendum #2 to a93fe22
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Jun 14, 2021
1 parent 0eb0b3b commit 3f93481
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Shared/installer/nightly.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,12 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
File "${FILES_ROOT}\mta\CEF\CEFLauncher.exe"
File "${FILES_ROOT}\mta\CEF\CEFLauncher_DLL.dll"


# Added as per https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
File "${FILES_ROOT}\mta\CEF\chrome_100_percent.pak"
File "${FILES_ROOT}\mta\CEF\chrome_200_percent.pak"
File "${FILES_ROOT}\mta\CEF\resources.pak"

# Clarification for the below 4 deprecated files: https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
#File "${FILES_ROOT}\mta\CEF\cef.pak"
#File "${FILES_ROOT}\mta\CEF\cef_100_percent.pak"
Expand Down
1 change: 0 additions & 1 deletion vendor/cef3/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ project "CEF"
postbuildcommands {
"{COPY} \""..cef_path.."Release/*\" \""..path.."mta\"",
"{COPY} \""..cef_path.."Resources/icudtl.dat\" \""..path.."mta\"",
-- 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)
"{COPY} \""..cef_path.."Resources/*.pak\" \""..path.."mta/cef\"",
"{COPY} \""..cef_path.."Resources/locales/*\" \""..path.."mta/cef/locales\""
}
Expand Down

0 comments on commit 3f93481

Please sign in to comment.