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

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 29, 2022
1 parent f387b3c commit 093fc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skip_commits:
- '**/*.md'
- '**/*.aip'
cache:
- C:\projects\DMF -> appveyor.yml
- C:\projects\DMF
- C:\projects\ViGEmBus\vpatch.exe
platform:
- x86
Expand All @@ -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
Expand Down

0 comments on commit 093fc4a

Please sign in to comment.