From 05d2e8f276e83cf4ed044c639d64581fc7ecccc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Thu, 30 Jan 2020 20:24:25 +0100 Subject: [PATCH] Fixing build --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b8cb845..a32ccde 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,10 +8,9 @@ configuration: install: - cmd: git submodule -q update --init before_build: -- ps: | - Invoke-WebRequest "https://downloads.vigem.org/other/nefarius/vpatch/vpatch.exe" -OutFile vpatch.exe - .\vpatch.exe --version "$env:APPVEYOR_BUILD_VERSION" --target-file ".\sys\ViGEmBus.vcxproj" --vcxproj.inf-time-stamp - .\vpatch.exe --version "$env:APPVEYOR_BUILD_VERSION" --target-file ".\sys\ViGEmBus.rc" --resource.file-version --resource.product-version +- ps: Invoke-WebRequest "https://downloads.vigem.org/other/nefarius/vpatch/vpatch.exe" -OutFile vpatch.exe +- cmd: vpatch.exe --version "$env:APPVEYOR_BUILD_VERSION" --target-file ".\sys\ViGEmBus.vcxproj" --vcxproj.inf-time-stamp +- cmd: vpatch.exe --version "$env:APPVEYOR_BUILD_VERSION" --target-file ".\sys\ViGEmBus.rc" --resource.file-version --resource.product-version build: project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln after_build: