[DO NOT MERGE] Trigger a build of kiwix-desktop appimage with a small hack

This commit is contained in:
Matthieu Gautier 2022-11-22 16:12:01 +01:00
parent 75ca8dcf2a
commit dd2c7c4e44
1 changed files with 1 additions and 0 deletions

View File

@ -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"]