We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make flatpak
1 parent b03ea17 commit 0804d06Copy full SHA for 0804d06
Makefile
@@ -204,7 +204,7 @@ webui-audit-fix: ## Fix audit the Web UI
204
205
flatpak: venv-dev-upgrade ## Generate FlatPack JSON file
206
git clone https://github.com/flatpak/flatpak-builder-tools.git
207
- ./venv/bin/python ./flatpak-builder-tools/pip/flatpak-pip-generator glances
+ $(PYTHON) ./flatpak-builder-tools/pip/flatpak-pip-generator glances
208
rm -rf ./flatpak-builder-tools
209
@echo "Now follow: https://github.com/flathub/flathub/wiki/App-Submission"
210
0 commit comments