branch single-instance-application
This commit is contained in:
parent
8f19944ea1
commit
8796a4c25f
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue