From d2ba1096d48983c5c8a9a98f5f05878d0f0eb478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 29 Aug 2022 16:42:25 +0200 Subject: [PATCH] Unfixed the fix, ugh --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7a3549e..f3a377a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ install: - cmd: | cd "C:\projects\DMF" git pull > NUL - git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff 2> NUL + git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff cd %appveyor_build_folder% before_build: - ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe