Merge pull request #4093 from pchote/all-the-dlls

Load the main mod dlls for all mods. Fixes #4029.
This commit is contained in:
Matthias Mailänder
2013-11-09 00:15:51 -08:00
3 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ Chrome:
Assemblies:
mods/ra/OpenRA.Mods.RA.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/d2k/OpenRA.Mods.D2k.dll
ChromeLayout:
mods/cnc/chrome/install.yaml

View File

@@ -46,9 +46,9 @@ Chrome:
mods/d2k/chrome.yaml
Assemblies:
mods/d2k/OpenRA.Mods.D2k.dll
mods/ra/OpenRA.Mods.RA.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/d2k/OpenRA.Mods.D2k.dll
ChromeLayout:
mods/d2k/chrome/gameinit.yaml

View File

@@ -61,6 +61,8 @@ Chrome:
Assemblies:
mods/ra/OpenRA.Mods.RA.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/d2k/OpenRA.Mods.D2k.dll
ChromeLayout:
mods/ra/chrome/gameinit.yaml