Use trace_ssl branch for kiwix-desktop

This commit is contained in:
Matthieu Gautier 2022-02-14 17:44:19 +01:00
parent 67cf7a7490
commit 3e6f5ee0ec
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ 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
cd kiwix-desktop cd kiwix-desktop
git checkout trace_ssl || 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 (