Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 093fc4a

Browse files
committed
Minor fix
1 parent f387b3c commit 093fc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skip_commits:
55
- '**/*.md'
66
- '**/*.aip'
77
cache:
8-
- C:\projects\DMF -> appveyor.yml
8+
- C:\projects\DMF
99
- C:\projects\ViGEmBus\vpatch.exe
1010
platform:
1111
- x86
@@ -21,7 +21,7 @@ install:
2121
- cmd: |
2222
cd "C:\projects\DMF"
2323
git pull > NUL
24-
git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff > NUL
24+
git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff 2> NUL
2525
cd %appveyor_build_folder%
2626
before_build:
2727
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe

0 commit comments

Comments
 (0)