aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/windows
diff options
context:
space:
mode:
authorAndre Meyering <info@andremeyering.de>2019-09-10 18:29:59 +0200
committerAndre Meyering <info@andremeyering.de>2019-09-10 18:29:59 +0200
commita9d1432c15776b181cc91a6049bc56aadb07044f (patch)
tree580ee5f3845431c3d083fe7bb9a6aabf1f39ced2 /tools/buildsteps/windows
parent736309f0765fc751e4a741e989bc0a58c1d85b88 (diff)
[Buildsteps] Fix URL for list of Kodi mirrors
- "/list.html" does not exist anymore - "/timestamp.txt?mirrorlist" should be used instead
Diffstat (limited to 'tools/buildsteps/windows')
-rw-r--r--tools/buildsteps/windows/download-dependencies.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/windows/download-dependencies.bat b/tools/buildsteps/windows/download-dependencies.bat
index a316de08be..0a129fd76f 100644
--- a/tools/buildsteps/windows/download-dependencies.bat
+++ b/tools/buildsteps/windows/download-dependencies.bat
@@ -48,7 +48,7 @@ IF NOT EXIST %FORMED_OK_FLAG% (
ECHO.
ECHO I tried to get the packages from %KODI_MIRROR%;
ECHO if this download mirror seems to be having problems, try choosing another from
- ECHO the list on http://mirrors.kodi.tv/list.html, and setting %%KODI_MIRROR%% to
+ ECHO the list on http://mirrors.kodi.tv/timestamp.txt?mirrorlist, and setting %%KODI_MIRROR%% to
ECHO point to it, like so:
ECHO C:\^> SET KODI_MIRROR=http://example.com/pub/xbmc/
ECHO.