deploy Windows setup exe via AppVeyor only
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; Copyright 2007-2014 OpenRA developers (see AUTHORS)
|
||||
; Copyright 2007-2015 OpenRA developers (see AUTHORS)
|
||||
; This file is part of OpenRA.
|
||||
;
|
||||
; OpenRA is free software: you can redistribute it and/or modify
|
||||
@@ -20,7 +20,7 @@
|
||||
!include "WordFunc.nsh"
|
||||
|
||||
Name "OpenRA"
|
||||
OutFile "OpenRA.exe"
|
||||
OutFile "OpenRA.Setup.exe"
|
||||
|
||||
InstallDir $PROGRAMFILES\OpenRA
|
||||
InstallDirRegKey HKLM "Software\OpenRA" "InstallDir"
|
||||
@@ -75,10 +75,10 @@ Section "Game" GAME
|
||||
File "${SRCDIR}\Mono.Nat.dll"
|
||||
File "${SRCDIR}\AUTHORS"
|
||||
File "${SRCDIR}\COPYING"
|
||||
File "${SRCDIR}\README.html"
|
||||
File "${SRCDIR}\CHANGELOG.html"
|
||||
File "${SRCDIR}\CONTRIBUTING.html"
|
||||
File "${SRCDIR}\DOCUMENTATION.html"
|
||||
File "${SRCDIR}\README.md"
|
||||
File "${SRCDIR}\CHANGELOG.md"
|
||||
File "${SRCDIR}\CONTRIBUTING.md"
|
||||
File "${SRCDIR}\DOCUMENTATION.md"
|
||||
File "${SRCDIR}\OpenRA.ico"
|
||||
File "${SRCDIR}\SharpFont.dll"
|
||||
File "${SRCDIR}\SDL2-CS.dll"
|
||||
@@ -99,8 +99,8 @@ Section "Game" GAME
|
||||
CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
|
||||
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\OpenRA.lnk" $OUTDIR\OpenRA.exe "" \
|
||||
"$OUTDIR\OpenRA.exe" "" "" "" ""
|
||||
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\README.lnk" $OUTDIR\README.html "" \
|
||||
"$OUTDIR\README.html" "" "" "" ""
|
||||
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\README.lnk" $OUTDIR\README.md "" \
|
||||
"$OUTDIR\README.md" "" "" "" ""
|
||||
!insertmacro MUI_STARTMENU_WRITE_END
|
||||
|
||||
SetOutPath "$INSTDIR\lua"
|
||||
@@ -193,10 +193,10 @@ Function ${UN}Clean
|
||||
Delete $INSTDIR\SharpFont.dll
|
||||
Delete $INSTDIR\AUTHORS
|
||||
Delete $INSTDIR\COPYING
|
||||
Delete $INSTDIR\README.html
|
||||
Delete $INSTDIR\CHANGELOG.html
|
||||
Delete $INSTDIR\CONTRIBUTING.html
|
||||
Delete $INSTDIR\DOCUMENTATION.html
|
||||
Delete $INSTDIR\README.md
|
||||
Delete $INSTDIR\CHANGELOG.md
|
||||
Delete $INSTDIR\CONTRIBUTING.md
|
||||
Delete $INSTDIR\DOCUMENTATION.md
|
||||
Delete $INSTDIR\OpenRA.ico
|
||||
Delete "$INSTDIR\global mix database.dat"
|
||||
Delete $INSTDIR\MaxMind.Db.dll
|
||||
|
||||
Reference in New Issue
Block a user