From 0e459877c203b1165c54e1f0486c194799625691 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 10 Apr 2010 20:30:03 +1200 Subject: [PATCH] fix installer to cope with mod/maps trees --- packaging/windows/OpenRA.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index e2b09fd2b7..25ababdd40 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -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