Merge pull request #5449 from Mailaender/nsis-lua-outpath-breakage
Fixed the OpenRA.Game.exe start menu link
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user