diff options
author | Mitchell <mitch_dz@hotmail.com> | 2023-08-11 10:16:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 19:16:14 +0200 |
commit | 0406441b45953d79537089b8e3b48f50c2e849cf (patch) | |
tree | 90b033136acb6fe9616ae0d37107b8b5dc3dbd86 | |
parent | a1f2877fb652a741dac5bd911fdbae772f7058a2 (diff) |
-rw-r--r-- | snap/snapcraft.yaml | 13 |
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" |