From 0406441b45953d79537089b8e3b48f50c2e849cf Mon Sep 17 00:00:00 2001 From: Mitchell Date: Fri, 11 Aug 2023 10:16:14 -0700 Subject: [PATCH] snapcraft: update to core22 (#132) --- snap/snapcraft.yaml | 13 ++++++++----- 1 file 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"