mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
[DO NOT MERGE] Trigger a build of kiwix-desktop appimage with a small hack
This commit is contained in:
@ -10,6 +10,7 @@ class KiwixDesktop(Dependency):
|
||||
class Source(GitClone):
|
||||
git_remote = "https://github.com/kiwix/kiwix-desktop.git"
|
||||
git_dir = "kiwix-desktop"
|
||||
git_ref = "appimage-hack"
|
||||
|
||||
class Builder(QMakeBuilder):
|
||||
dependencies = ["qt", "qtwebengine", "libkiwix", "aria2"]
|
||||
|
Reference in New Issue
Block a user