Minor fix

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-08-29 16:31:12 +02:00
parent f387b3c3c8
commit 093fc4aa8d

View File

@@ -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