Skip to content

Commit 0804d06

Browse files
committed
Refactorized make flatpak
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
1 parent b03ea17 commit 0804d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ webui-audit-fix: ## Fix audit the Web UI
204204

205205
flatpak: venv-dev-upgrade ## Generate FlatPack JSON file
206206
git clone https://github.com/flatpak/flatpak-builder-tools.git
207-
./venv/bin/python ./flatpak-builder-tools/pip/flatpak-pip-generator glances
207+
$(PYTHON) ./flatpak-builder-tools/pip/flatpak-pip-generator glances
208208
rm -rf ./flatpak-builder-tools
209209
@echo "Now follow: https://github.com/flathub/flathub/wiki/App-Submission"
210210

0 commit comments

Comments
 (0)