From 6e3930dd09a6110c9d1999404bdadce4af52794c Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 16 Jan 2020 22:49:53 +0100 Subject: [PATCH] Fix curl and 7z commands --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 391e52c..a1d9d03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,8 +15,8 @@ install: - ps: Install-Product node 12 x64 - git submodule update --init --recursive - - curl /o mpv.7z https://mpv.srsfckn.biz/mpv-dev-latest.7z - - 7z /o mpv mpv.7z + - curl --output mpv.7z https://mpv.srsfckn.biz/mpv-dev-latest.7z + - 7z x -ompv mpv.7z - copy mpv\x86_64\mpv-1.dll C:\Windows\system32\ - dir C:\Windows\system32\