Unfixed the fix, ugh

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-08-29 16:42:25 +02:00
parent 093fc4aa8d
commit d2ba1096d4

View File

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