From 093fc4aa8d8516d312aaef301c798e7f4e9727d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 29 Aug 2022 16:31:12 +0200 Subject: [PATCH] Minor fix --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dfcbf16..7a3549e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ skip_commits: - '**/*.md' - '**/*.aip' cache: -- C:\projects\DMF -> appveyor.yml +- C:\projects\DMF - C:\projects\ViGEmBus\vpatch.exe platform: - x86 @@ -21,7 +21,7 @@ install: - cmd: | cd "C:\projects\DMF" git pull > NUL - git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff > NUL + git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff 2> NUL cd %appveyor_build_folder% before_build: - ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe