From 7841804b36129fb2be2f9a2afb43741ac7bee49a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 12 Apr 2024 13:16:54 +0200 Subject: [PATCH] [WIP] Use no_werror branch for kiwix-desktop --- 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 4a331f9..226348f 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 no_werror echo "Running qmake" SET _WITH_CONSOLE=1 IF %KIWIX_DESKTOP_RELEASE% EQU 1 (