This commit is contained in:
Matthieu Gautier 2022-02-07 15:19:19 +01:00
parent b1a2621b7f
commit 1200f75c3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
REM ======================================================== REM ========================================================
REM Install kiwix-desktop REM Install kiwix-desktop
git clone https://github.com/kiwix/kiwix-desktop || exit /b 1 git clone https://github.com/kiwix/kiwix-desktop || exit /b 1
git checkout f4f3d6914e000839d02cf314811477cd12f5b449 git checkout 0fae1eb3ad1fc413174232e59050fa317034cda1 || exit /b 1
cd kiwix-desktop cd kiwix-desktop
echo "Running qmake" echo "Running qmake"
SET _WITH_CONSOLE=1 SET _WITH_CONSOLE=1