added sentinel README to keep NSIS happy; fixed install script

This commit is contained in:
Chris Forbes
2010-04-14 00:12:47 +12:00
parent 30a16ca4bd
commit cab3a0ebe1
2 changed files with 4 additions and 2 deletions

1
maps/README Normal file
View File

@@ -0,0 +1 @@
Maps that are not specific to a single mod go here. In most cases, you want to put maps in mods/$MOD/maps/ instead.

View File

@@ -60,8 +60,7 @@ Section "Client" Client
File "..\..\INSTALL"
File "..\..\settings-netplay-cnc.ini"
File "..\..\settings-netplay-ra.ini"
File "..\..\FreeSans.ttf"
File "..\..\FreeSansBold.ttf"
File "..\..\*.ttf"
File "..\..\OpenRA.Game\OpenRA.ico"
@@ -78,6 +77,8 @@ Section "Client" Client
SetOutPath "$INSTDIR\shaders"
File "..\..\shaders\*.fx"
SetOutPath "$INSTDIR\maps"
File "..\..\maps\README"
SectionEnd
SectionGroup /e "Mods"