added sentinel README to keep NSIS happy; fixed install script
This commit is contained in:
1
maps/README
Normal file
1
maps/README
Normal 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.
|
||||||
@@ -60,8 +60,7 @@ Section "Client" Client
|
|||||||
File "..\..\INSTALL"
|
File "..\..\INSTALL"
|
||||||
File "..\..\settings-netplay-cnc.ini"
|
File "..\..\settings-netplay-cnc.ini"
|
||||||
File "..\..\settings-netplay-ra.ini"
|
File "..\..\settings-netplay-ra.ini"
|
||||||
File "..\..\FreeSans.ttf"
|
File "..\..\*.ttf"
|
||||||
File "..\..\FreeSansBold.ttf"
|
|
||||||
|
|
||||||
File "..\..\OpenRA.Game\OpenRA.ico"
|
File "..\..\OpenRA.Game\OpenRA.ico"
|
||||||
|
|
||||||
@@ -78,6 +77,8 @@ Section "Client" Client
|
|||||||
|
|
||||||
SetOutPath "$INSTDIR\shaders"
|
SetOutPath "$INSTDIR\shaders"
|
||||||
File "..\..\shaders\*.fx"
|
File "..\..\shaders\*.fx"
|
||||||
|
SetOutPath "$INSTDIR\maps"
|
||||||
|
File "..\..\maps\README"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SectionGroup /e "Mods"
|
SectionGroup /e "Mods"
|
||||||
|
|||||||
Reference in New Issue
Block a user