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

Commit d2ba109

Browse files
committed
Unfixed the fix, ugh
1 parent 093fc4a commit d2ba109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 2> NUL
24+
git apply --reject "%APPVEYOR_BUILD_FOLDER%\patches\dmf.diff
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)