mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
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:
@ -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
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user