fix installer to cope with mod/maps trees
This commit is contained in:
@@ -85,6 +85,7 @@ SectionGroup /e "Mods"
|
|||||||
Section "-RA_Core"
|
Section "-RA_Core"
|
||||||
SetOutPath "$INSTDIR\mods\ra"
|
SetOutPath "$INSTDIR\mods\ra"
|
||||||
File "..\..\mods\ra\*.*"
|
File "..\..\mods\ra\*.*"
|
||||||
|
File /r "..\..\mods\ra\maps"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
Section "Download content" RA_Content
|
Section "Download content" RA_Content
|
||||||
AddSize 10137
|
AddSize 10137
|
||||||
@@ -101,6 +102,7 @@ SectionGroup /e "Mods"
|
|||||||
Section "-CNC_Core"
|
Section "-CNC_Core"
|
||||||
SetOutPath "$INSTDIR\mods\cnc"
|
SetOutPath "$INSTDIR\mods\cnc"
|
||||||
File "..\..\mods\cnc\*.*"
|
File "..\..\mods\cnc\*.*"
|
||||||
|
File /r "..\..\mods\cnc\maps"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
Section "Download content" CNC_Content
|
Section "Download content" CNC_Content
|
||||||
AddSize 9431
|
AddSize 9431
|
||||||
|
|||||||
Reference in New Issue
Block a user