Fix url of downloaded dependencies.

We now store the dependencies in kiwix-build subfolder
This commit is contained in:
Matthieu Gautier
2022-06-14 17:06:36 +02:00
parent 17c8c92dba
commit bd1064cb3a
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ COLORS = {
}
REMOTE_PREFIX = 'http://mirror.download.kiwix.org/dev/'
REMOTE_PREFIX = 'http://mirror.download.kiwix.org/dev/kiwix-build/'
def which(name):