ref: 23115de554e05df32d3ecda873b65a7c8f432d40
parent: a468710271d96d90eef37e7a052cbdc46364873b
author: Mark Harris <mark.hsj@gmail.com>
date: Sat May 16 13:12:26 EDT 2020
appveyor: Update location of html documentation
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -39,8 +39,8 @@
- cd %APPVEYOR_BUILD_FOLDER%
- copy /Y COPYING LICENSE
- 7z a opus-tools.zip .\win32\VS2015\%PLATFORM%\%CONFIGURATION%\*.exe .\LICENSE
- - for %%a in (enc dec info) do curl -O https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opus%%a.html
- - 7z a opus-tools.zip .\opusenc.html .\opusdec.html .\opusinfo.html
+ - for %%a in (mandoc.css opusdec.html opusenc.html opusinfo.html) do curl -O https://opus-codec.org/docs/opus-tools/%%a
+ - 7z a opus-tools.zip .\mandoc.css .\opusdec.html .\opusenc.html .\opusinfo.html
test_script:
- cd %APPVEYOR_BUILD_FOLDER%\win32\VS2015\%PLATFORM%\%CONFIGURATION%