mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Minor fix
This commit is contained in:
@@ -5,7 +5,7 @@ skip_commits:
|
|||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '**/*.aip'
|
- '**/*.aip'
|
||||||
cache:
|
cache:
|
||||||
- C:\projects\DMF -> appveyor.yml
|
- C:\projects\DMF
|
||||||
- C:\projects\ViGEmBus\vpatch.exe
|
- C:\projects\ViGEmBus\vpatch.exe
|
||||||
platform:
|
platform:
|
||||||
- x86
|
- x86
|
||||||
@@ -21,7 +21,7 @@ install:
|
|||||||
- cmd: |
|
- cmd: |
|
||||||
cd "C:\projects\DMF"
|
cd "C:\projects\DMF"
|
||||||
git pull > NUL
|
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%
|
cd %appveyor_build_folder%
|
||||||
before_build:
|
before_build:
|
||||||
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe
|
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user