unbreak the OpenRA.Game.exe start menu link

fixes #5448
This commit is contained in:
Matthias Mailänder
2014-05-25 17:39:04 +02:00
parent 4d933481ce
commit 1926588349

View File

@@ -63,6 +63,7 @@ Section "Game" GAME
File /r "${SRCDIR}\mods\d2k"
File /r "${SRCDIR}\mods\ra"
File /r "${SRCDIR}\mods\modchooser"
SetOutPath "$INSTDIR"
File "${SRCDIR}\OpenRA.Game.exe"
File "${SRCDIR}\OpenRA.Utility.exe"
@@ -97,8 +98,6 @@ Section "Game" GAME
File "${DEPSDIR}\freetype6.dll"
File "${DEPSDIR}\zlib1.dll"
File "${DEPSDIR}\lua51.dll"
SetOutPath "$INSTDIR\lua"
File "${SRCDIR}\lua\*.lua"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
@@ -108,6 +107,9 @@ Section "Game" GAME
"$OUTDIR\README.html" "" "" "" ""
!insertmacro MUI_STARTMENU_WRITE_END
SetOutPath "$INSTDIR\lua"
File "${SRCDIR}\lua\*.lua"
SetOutPath "$INSTDIR\glsl"
File "${SRCDIR}\glsl\*.frag"
File "${SRCDIR}\glsl\*.vert"