update setup script
This commit is contained in:
@@ -83,6 +83,19 @@ Section "Client" Client
|
|||||||
File "..\..\maps\README"
|
File "..\..\maps\README"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Editor" Editor
|
||||||
|
SetOutPath "$INSTDIR"
|
||||||
|
File "..\..\OpenRA.Editor\bin\Debug\OpenRA.Editor.exe"
|
||||||
|
|
||||||
|
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
|
||||||
|
CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
|
||||||
|
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\OpenRA Editor (RA).lnk" $OUTDIR\OpenRA.Editor.exe "ra" \
|
||||||
|
"$OUTDIR\OpenRA.ico" "" "" "" ""
|
||||||
|
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\OpenRA Editor (CNC).lnk" $OUTDIR\OpenRA.Editor.exe "cnc" \
|
||||||
|
"$OUTDIR\OpenRA.ico" "" "" "" ""
|
||||||
|
!insertmacro MUI_STARTMENU_WRITE_END
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
SectionGroup /e "Mods"
|
SectionGroup /e "Mods"
|
||||||
SectionGroup "Red Alert" RA
|
SectionGroup "Red Alert" RA
|
||||||
Section "-RA_Core"
|
Section "-RA_Core"
|
||||||
|
|||||||
Reference in New Issue
Block a user