From 4e6f0c2843255ba857a6c07771c3ddaab01e43b3 Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Sun, 21 Aug 2022 14:47:18 -0500 Subject: [PATCH] Maybe --- snap/snapcraft.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 860b103..2cfbdc2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -4,7 +4,6 @@ summary: Resource monitor that shows usage and stats description: | Resource monitor that shows usage and stats for processor, memory, disks, network and processes. C++ version and continuation of bashtop and bpytop. - license: Apache-2.0 base: core20 @@ -14,10 +13,7 @@ compression: lzo architectures: - build-on: amd64 - - build-on: arm64 - - build-on: armhf - - build-on: ppc64el - - build-on: s390x + run-on: [all] package-repositories: - type: apt @@ -26,6 +22,8 @@ package-repositories: apps: btop: command: usr/local/bin/btop + extensions: + - gnome-3-38 environment: LC_ALL: C.UTF-8 LANG: C.UTF-8