Produce a windows installer (untested).

This commit is contained in:
Paul Chote
2010-10-09 01:16:55 +13:00
parent f1b68a5207
commit 39742d02bb
3 changed files with 17 additions and 18 deletions

View File

@@ -83,10 +83,8 @@ Section "Client" Client
File "${SRCDIR}\INSTALL"
File "${SRCDIR}\*.ttf"
File "${SRCDIR}\VERSION"
File "${SRCDIR}\OpenRA.Game\OpenRA.ico"
File "${SRCDIR}\thirdparty\Tao\*.dll"
File "${SRCDIR}\OpenRA.ico"
File "${SRCDIR}\Tao.*.dll"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
@@ -98,8 +96,6 @@ Section "Client" Client
SetOutPath "$INSTDIR\shaders"
File "${SRCDIR}\shaders\*.fx"
SetOutPath "$INSTDIR\maps"
File "${SRCDIR}\maps\README"
SectionEnd
Section "Editor" Editor