This commit is contained in:
Matthieu Gautier 2022-02-07 16:06:03 +01:00
parent 1200f75c3b
commit 9536eb22b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
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 0fae1eb3ad1fc413174232e59050fa317034cda1 || exit /b 1
cd kiwix-desktop cd kiwix-desktop
git checkout mgautierfr/dicho_debug_windows || exit /b 1
echo "Running qmake" echo "Running qmake"
SET _WITH_CONSOLE=1 SET _WITH_CONSOLE=1
IF %KIWIX_DESKTOP_RELEASE% EQU 1 ( IF %KIWIX_DESKTOP_RELEASE% EQU 1 (