From 6a536e0992577fcd8af2d4c43f247130be49ef28 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 16 Apr 2010 19:44:25 +1200 Subject: [PATCH] patch installer to generate shortcuts for RA & CNC --- packaging/windows/OpenRA.nsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index d6e7481604..2f647c57c2 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -71,8 +71,10 @@ Section "Client" Client !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory "$SMPROGRAMS\$StartMenuFolder" - CreateShortCut "$SMPROGRAMS\$StartMenuFolder\OpenRA.lnk" $OUTDIR\OpenRA.Game.exe "" \ - "$OUTDIR\OpenRA.ico" "" "" "" "OpenRA Client" + CreateShortCut "$SMPROGRAMS\$StartMenuFolder\OpenRA - Red Alert.lnk" $OUTDIR\OpenRA.Game.exe "" \ + "$OUTDIR\OpenRA.ico" "" "" "" "" + CreateShortCut "$SMPROGRAMS\$StartMenuFolder\OpenRA - Command & Conquer.lnk" $OUTDIR\OpenRA.Game.exe "settings=settings-netplay-cnc.ini" \ + "$OUTDIR\OpenRA.ico" "" "" "" "" !insertmacro MUI_STARTMENU_WRITE_END SetOutPath "$INSTDIR\shaders"