shithub: opus

Download patch

ref: f4389ef7a97ddf6a91142ab8c47c21f7f1c08631
parent: 71ae28ab8e6ddfecaab471eea4bf1dd570e4b202
author: Ricardo Constantino <wiiaboo@gmail.com>
date: Thu Nov 10 16:27:05 EST 2016

appveyor: don't leave artifacts under a subdir

Signed-off-by: Ralph Giles <giles@thaumas.net>

--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,7 +26,7 @@
 
     cd %APPVEYOR_BUILD_FOLDER%
 
-    7z a opus.zip artifacts\* include\*.h
+    7z a opus.zip .\artifacts\* include\*.h
 
 test_script:
 - cmd: >-