From 105417e7c1050e7c6ff9c6ea5c6d0a1634703157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 29 Mar 2015 10:30:57 +0200 Subject: [PATCH] Revert "Deploy with just OpenRA-Setup.exe" --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c93404e563..ecaebb377f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,10 +31,10 @@ after_test: - 7z x NsProcess.zip -o%NSIS_ROOT% -y - move /Y %NSIS_ROOT%\Plugin\nsProcess.dll %NSIS_ROOT%\Plugins\nsProcess.dll - '%NSIS_ROOT%\makensis /DSRCDIR="%APPVEYOR_BUILD_FOLDER%" /DDEPSDIR="%APPVEYOR_BUILD_FOLDER%\thirdparty\windows" /V3 packaging/windows/OpenRA.nsi' - - move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA.Setup.exe + - move /Y %APPVEYOR_BUILD_FOLDER%\packaging\windows\OpenRA.Setup.exe %APPVEYOR_BUILD_FOLDER%\OpenRA-%APPVEYOR_REPO_TAG_NAME%.exe artifacts: - - path: OpenRA.Setup.exe + - path: OpenRA-$(APPVEYOR_REPO_TAG_NAME).exe name: Installer deploy: