fix installer to cope with mod/maps trees

This commit is contained in:
Chris Forbes
2010-04-10 20:30:03 +12:00
parent 3bb69c448d
commit 0e459877c2

View File

@@ -85,6 +85,7 @@ SectionGroup /e "Mods"
Section "-RA_Core"
SetOutPath "$INSTDIR\mods\ra"
File "..\..\mods\ra\*.*"
File /r "..\..\mods\ra\maps"
SectionEnd
Section "Download content" RA_Content
AddSize 10137
@@ -101,6 +102,7 @@ SectionGroup /e "Mods"
Section "-CNC_Core"
SetOutPath "$INSTDIR\mods\cnc"
File "..\..\mods\cnc\*.*"
File /r "..\..\mods\cnc\maps"
SectionEnd
Section "Download content" CNC_Content
AddSize 9431