summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-08-19 20:15:06 +0200
committernicolargo <nicolas@nicolargo.com>2022-08-19 20:15:06 +0200
commitfaf633da7784528a31574b0766d04cbb65757c42 (patch)
treecdac64ee5b5c8aa26eb6a252251d29fec18640f3 /Makefile
parentd954a0127c36cfb4700ce23989a15761ab341472 (diff)
Remove python3-glances.json file from Glances repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ca52404..1000af7e 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,7 @@ release-note: ## Generate release note
flatpak: venv-dev ## 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
+ mv python3-glances.json ../flathub/
rm -rf ./flatpak-builder-tools
.PHONY: test docs docs-server venv