summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snap/snapcraft.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 661a2a9..be8c5f2 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,17 +1,20 @@
name: gtop
-version: git
summary: System monitoring dashboard for terminal
description: |
System monitoring dashboard for terminal
-
+version: git
+base: core22
grade: stable
-confinement: devmode
+
+confinement: classic
apps:
gtop:
- command: gtop
+ command: bin/gtop
parts:
gtop:
- plugin: nodejs
source: .
+ plugin: npm
+ npm-include-node: true
+ npm-node-version: "17.3.0"