From 565caaa3a3b92377566364723fe68854a447f5ae Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 14 Feb 2022 17:44:19 +0100 Subject: [PATCH] Use juzz0's monitor-fix branch --- appveyor/install_kiwix-desktop.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor/install_kiwix-desktop.cmd b/appveyor/install_kiwix-desktop.cmd index 0d1ee6d..0b98df5 100644 --- a/appveyor/install_kiwix-desktop.cmd +++ b/appveyor/install_kiwix-desktop.cmd @@ -2,6 +2,7 @@ REM ======================================================== REM Install kiwix-desktop git clone https://github.com/kiwix/kiwix-desktop || exit /b 1 cd kiwix-desktop +git checkout monitor-fix || exit /b 1 echo "Running qmake" SET _WITH_CONSOLE=1 IF %KIWIX_DESKTOP_RELEASE% EQU 1 (