[DO NOT MERGE] Trigger a build of kiwix-desktop appimage with a small hack
This commit is contained in:
parent
75ca8dcf2a
commit
dd2c7c4e44
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue