From 555867168835186658ea43c2b8597b9c95ebc3fb Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Fri, 17 May 2019 12:53:42 +0900 Subject: [PATCH] build: Add a filename --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4c4932c..a4568ad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,7 +20,7 @@ install: - ps: cd ./src/ - ps: mkdir images - ps: cd images - - ps: Start-FileDownload 'https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ' -Timeout 600000 + - ps: Start-FileDownload 'https://1drv.ws/u/s!AkfaAw_EaahOkulh8rA41x2phgfYXQ' -FileName images.zip -Timeout 600000 - ps: 7z x images.zip -y -aoa - ps: Remove-Item images.zip - ps: cd ../..