From de1b22be2b002b4052100826b7078d6205f85b3b Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Mon, 18 Sep 2023 22:37:04 +0200 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3e6a710..e089a41 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: fx -version: 30.0.0-8 +version: 30.0.0-9 summary: Terminal JSON viewer description: Terminal JSON viewer base: core20 @@ -10,10 +10,18 @@ architectures: - build-on: amd64 - build-on: arm64 +plugs: + home: + interface: personal-files + read: + - $HOME/.fxrc.js + network: + interface: network + apps: fx: command: bin/fx - plugs: [home, network] + plugs: [ home, network ] parts: fx: