summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-02-03 09:59:31 +0100
committernicolargo <nicolas@nicolargo.com>2024-02-03 09:59:31 +0100
commita5249a18933bffa350cc68e15653e8f88a77276f (patch)
tree9accd4618080716e9cbd3c0b777e5bef632d6ea2 /Makefile
parent6bc087485c18645aafdf4607639edb1a0c20dfca (diff)
Update Snapcraft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8f84a07..4d809eba 100644
--- a/Makefile
+++ b/Makefile
@@ -174,6 +174,12 @@ flatpak: venv-dev-upgrade ## Generate FlatPack JSON file
rm -rf ./flatpak-builder-tools
@echo "Now follow: https://github.com/flathub/flathub/wiki/App-Submission"
+# Snap package is automaticaly build on the Snapcraft.io platform
+# https://snapcraft.io/glances
+# But you can try an offline build with the following command
+snapcraft:
+ snapcraft
+
# ===================================================================
# Docker
# ===================================================================