From 6221232616ba4f3267fb2523c8ef0955686e2b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Thu, 30 Jan 2020 20:39:44 +0100 Subject: [PATCH] Fixed versioning utility --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 72c4b3e..c3a62ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ install: - cmd: git submodule -q update --init before_build: - 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 +- cmd: vpatch.exe --stamp-version "$env:APPVEYOR_BUILD_VERSION" --target-file ".\sys\ViGEmBus.vcxproj" --vcxproj.inf-time-stamp +- cmd: vpatch.exe --stamp-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: