aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWolfgang Schupp <w.schupp@a1.net>2020-01-10 14:35:51 +0100
committerGitHub <noreply@github.com>2020-01-10 14:35:51 +0100
commit6baf86d8f70c20088c4369e56d7c08eb757745b4 (patch)
treea398d00f6b9aaa71f681f8cd41ad09fc31b66c63 /tools
parentfd07663a00d702a86e28af97f8112bc1ec12d44e (diff)
parenta9d1432c15776b181cc91a6049bc56aadb07044f (diff)
Merge pull request #16598 from bugwelle/mirrors-url
[Buildsteps] Fix URL for list of Kodi mirrors
Diffstat (limited to 'tools')
-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.