Release Kiwix Desktop 2.0 rc4

This commit is contained in:
Kelson
2019-11-26 11:15:28 +01:00
parent 07483c72a2
commit 8524dfab87
3 changed files with 6 additions and 6 deletions

View File

@ -9,6 +9,6 @@ curl -fsSL -o ninja-win.zip https://github.com/ninja-build/ninja/releases/downlo
7z e ninja-win.zip -o%EXTRA_DIR%\bin || exit /b 1
REM Set pkg-config-lit
curl -fsSL -o pkg-config-lite-0.28-1.zip https://netix.dl.sourceforge.net/project/pkgconfiglite/0.28-1/pkg-config-lite-0.28-1_bin-win32.zip || exit /b 1
curl --insecure -fsSL -o pkg-config-lite-0.28-1.zip https://netix.dl.sourceforge.net/project/pkgconfiglite/0.28-1/pkg-config-lite-0.28-1_bin-win32.zip || exit /b 1
7z e pkg-config-lite-0.28-1.zip -o%EXTRA_DIR%\bin pkg-config-lite-0.28-1/bin/pkg-config.exe || exit /b 1
cd kiwix-build