fix windows installer to include mod chrome folders

This commit is contained in:
Chris Forbes
2010-07-15 20:35:28 +12:00
parent f6f13dd021
commit da348fa2d0

View File

@@ -99,6 +99,7 @@ SectionGroup /e "Mods"
SetOutPath "$INSTDIR\mods\ra"
File "..\..\mods\ra\*.*"
File /r "..\..\mods\ra\maps"
File /r "..\..\mods\ra\chrome"
SectionEnd
Section "Download content" RA_Content
AddSize 10137
@@ -119,6 +120,7 @@ SectionGroup /e "Mods"
SetOutPath "$INSTDIR\mods\cnc"
File "..\..\mods\cnc\*.*"
File /r "..\..\mods\cnc\maps"
File /r "..\..\mods\cnc\chrome"
SectionEnd
Section "Download content" CNC_Content
AddSize 9431