mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
branch single-instance-application
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user