Update dependency of kiwix-desktop.

Now that kiwix-desktop use kiwix-lib to start the server, we don't need
kiwix-tools dependency.
This commit is contained in:
Matthieu Gautier
2020-11-17 16:49:26 +01:00
parent 7162b6ff2b
commit 2ef8e14509
6 changed files with 2 additions and 13 deletions

View File

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

View File

@ -26,7 +26,6 @@ then
cp $MINGW64_EXTRA_DIR/aria2c.exe $KIWIX_DIR
cp $MINGW64_EXTRA_DIR/bin/*.dll $KIWIX_DIR
cp $MINGW64_EXTRA_DIR/bin/kiwix-serve.exe $KIWIX_DIR
signtool.exe sign -f appveyor/kiwix.pfx -p $win_certificate_password -t http://timestamp.verisign.com/scripts/timestamp.dll -d "Kiwix-desktop application" $KIWIX_DIR/kiwix-desktop.exe