Skip to content

Commit

Permalink
move to correct member variable location
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 20, 2024
1 parent 2c9c2c0 commit 85f2d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kiwixbuild/dependencies/kiwix_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

class KiwixDesktop(Dependency):
name = "kiwix-desktop"
base_git_ref = "win-qt6"
force_build = True

class Source(GitClone):
git_remote = "https://github.com/kiwix/kiwix-desktop.git"
git_dir = "kiwix-desktop"
base_git_ref = "win-qt6"


class Builder(QMakeBuilder):
dependencies = ["qt", "qtwebengine", "libkiwix", "aria2"]
Expand Down

0 comments on commit 85f2d37

Please sign in to comment.