branch single-instance-application

This commit is contained in:
luddens 2020-05-18 10:03:41 +02:00
parent 8f19944ea1
commit 8796a4c25f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ REM ========================================================
REM Install kiwix-desktop
git clone https://github.com/kiwix/kiwix-desktop || exit /b 1
cd kiwix-desktop
git checkout fullscreen-menu-windows
git checkout single-instance-application
echo "Getting fix_desktop"
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/fix_desktop_makefile.py_ || exit /b 1
echo "Running qmake"

View File

@ -10,7 +10,7 @@ class KiwixDesktop(Dependency):
class Source(GitClone):
git_remote = "https://github.com/kiwix/kiwix-desktop.git"
git_dir = "kiwix-desktop"
# git_ref = "menu-icon"
git_ref = "single-instance-application"
class Builder(QMakeBuilder):
dependencies = ["qt", "qtwebengine", "kiwix-lib", "aria2", "kiwix-tools"]