From da348fa2d07017d0298ad3107afd4e7a74d65c76 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 15 Jul 2010 20:35:28 +1200 Subject: [PATCH] fix windows installer to include mod chrome folders --- packaging/windows/OpenRA.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 19083e29cc..0ffab9bbf0 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -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