From eae3ad54c7d8a731d9c9489991ecccc8b74e4004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Fri, 20 Dec 2019 10:37:59 +0100 Subject: [PATCH] Disabled broken binary stamping instructions --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 50d8f15..d3af3c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,12 +9,12 @@ install: - cmd: git submodule -q update --init build: project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln -after_build: -- ps: | - Invoke-WebRequest "https://downloads.vigem.org/other/pavel-a/ddverpatch/verpatch-1.0.15.1-x86-codeplex.zip" -OutFile verpatch-1.0.15.1-x86-codeplex.zip - Expand-Archive verpatch-1.0.15.1-x86-codeplex.zip -DestinationPath . - .\verpatch.exe ".\bin\$env:PLATFORM\ViGEmBus.sys" "$env:APPVEYOR_BUILD_VERSION" - .\verpatch.exe ".\bin\$env:PLATFORM\ViGEmBus.sys" /pv "$env:APPVEYOR_BUILD_VERSION" +#after_build: +#- ps: | +# Invoke-WebRequest "https://downloads.vigem.org/other/pavel-a/ddverpatch/verpatch-1.0.15.1-x86-codeplex.zip" -OutFile verpatch-1.0.15.1-x86-codeplex.zip +# Expand-Archive verpatch-1.0.15.1-x86-codeplex.zip -DestinationPath . +# .\verpatch.exe ".\bin\$env:PLATFORM\ViGEmBus.sys" "$env:APPVEYOR_BUILD_VERSION" +# .\verpatch.exe ".\bin\$env:PLATFORM\ViGEmBus.sys" /pv "$env:APPVEYOR_BUILD_VERSION" # makecab.exe /f ViGEmBus.ddf artifacts: - path: 'bin**\$(APPVEYOR_PROJECT_NAME)\*.inf'