Skip to content

Commit

Permalink
try /app instead of /app/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 21, 2024
1 parent 858902d commit 1140fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwixbuild/dependencies/kiwix_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Builder(QMakeBuilder):
dependencies = ["qt", "qtwebengine", "libkiwix", "aria2"]
configure_env = None

flatpack_build_options = {"env": {"QMAKEPATH": "/app/lib"}}
flatpack_build_options = {"env": {"QMAKEPATH": "/app"}}

@property
def make_targets(self):
Expand Down

0 comments on commit 1140fb0

Please sign in to comment.