Fixed syntax error

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-08-24 14:07:04 +02:00
parent 4ad341e63f
commit b613e64d8e

View File

@@ -18,11 +18,11 @@ install:
- ps: iwr "https://download.microsoft.com/download/c/f/8/cf80b955-d578-4635-825c-2801911f9d79/wdk/wdksetup.exe" -OutFile wdksetup.exe
- cmd: .\wdksetup.exe /features + /q /norestart
- cmd: git submodule -q update --init
- cmd: git apply --directory="C:\projects\DMF" "%APPVEYOR_BUILD_FOLDER%\patches\dmf-optimizations.diff
- cmd: git clone -q https://github.com/microsoft/DMF.git C:\projects\DMF 2> nul || set ERRORLEVEL=0
- cmd: |
cd "C:\projects\DMF"
git pull > NUL
git apply "%APPVEYOR_BUILD_FOLDER%\patches\dmf-optimizations.diff
cd %appveyor_build_folder%
before_build:
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe