From 0804d06c0be6fc29f84f2f26b436463bbb8e2749 Mon Sep 17 00:00:00 2001 From: Ariel Otilibili Date: Tue, 6 Aug 2024 00:09:57 +0200 Subject: [PATCH] Refactorized `make flatpak` Signed-off-by: Ariel Otilibili --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5979e966..8ae31f78 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ webui-audit-fix: ## Fix audit the Web UI flatpak: venv-dev-upgrade ## Generate FlatPack JSON file git clone https://github.com/flatpak/flatpak-builder-tools.git - ./venv/bin/python ./flatpak-builder-tools/pip/flatpak-pip-generator glances + $(PYTHON) ./flatpak-builder-tools/pip/flatpak-pip-generator glances rm -rf ./flatpak-builder-tools @echo "Now follow: https://github.com/flathub/flathub/wiki/App-Submission"