Fix installation of kiwix-tools in windows.

This commit is contained in:
Matthieu Gautier 2019-09-11 11:01:44 +02:00
parent 1e56864e4a
commit e221d0ea23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
REM ========================================================
REM Install kiwix-tools
curl -fsSL -O https://download.kiwix.org/release/kiwix-tools/kiwix-tools_win-i686-3.0.1-3.zip || exit /b 1
7z e kiwix-tools_win-i686-2.1.0.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1
7z e kiwix-tools_win-i686-3.0.1-3.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1