From 3e3513731e04e1a18c971c760c07638615e1beeb Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 17 Jul 2018 16:50:01 +0200 Subject: [PATCH] [AppVeyor] No windows branch for kiwix-desktop. The `windows` branch has been merge. We should directly use `master` now. --- appveyor/install_kiwix-desktop.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor/install_kiwix-desktop.cmd b/appveyor/install_kiwix-desktop.cmd index 42f5c11..e8d83c7 100644 --- a/appveyor/install_kiwix-desktop.cmd +++ b/appveyor/install_kiwix-desktop.cmd @@ -2,7 +2,6 @@ REM ======================================================== REM Install kiwix-desktop git clone https://github.com/kiwix/kiwix-desktop || exit /b 1 cd kiwix-desktop -git checkout windows echo "Getting fix_desktop" curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/fix_desktop_makefile.py_ || exit /b 1 echo "Running qmake"