fix windows installer to include mod chrome folders
This commit is contained in:
@@ -99,6 +99,7 @@ SectionGroup /e "Mods"
|
|||||||
SetOutPath "$INSTDIR\mods\ra"
|
SetOutPath "$INSTDIR\mods\ra"
|
||||||
File "..\..\mods\ra\*.*"
|
File "..\..\mods\ra\*.*"
|
||||||
File /r "..\..\mods\ra\maps"
|
File /r "..\..\mods\ra\maps"
|
||||||
|
File /r "..\..\mods\ra\chrome"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
Section "Download content" RA_Content
|
Section "Download content" RA_Content
|
||||||
AddSize 10137
|
AddSize 10137
|
||||||
@@ -119,6 +120,7 @@ SectionGroup /e "Mods"
|
|||||||
SetOutPath "$INSTDIR\mods\cnc"
|
SetOutPath "$INSTDIR\mods\cnc"
|
||||||
File "..\..\mods\cnc\*.*"
|
File "..\..\mods\cnc\*.*"
|
||||||
File /r "..\..\mods\cnc\maps"
|
File /r "..\..\mods\cnc\maps"
|
||||||
|
File /r "..\..\mods\cnc\chrome"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
Section "Download content" CNC_Content
|
Section "Download content" CNC_Content
|
||||||
AddSize 9431
|
AddSize 9431
|
||||||
|
|||||||
Reference in New Issue
Block a user