Update snapcraft.yaml

This commit is contained in:
Anton Medvedev 2023-09-18 22:37:04 +02:00
parent 9e9ede23d0
commit de1b22be2b
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
name: fx name: fx
version: 30.0.0-8 version: 30.0.0-9
summary: Terminal JSON viewer summary: Terminal JSON viewer
description: Terminal JSON viewer description: Terminal JSON viewer
base: core20 base: core20
@ -10,10 +10,18 @@ architectures:
- build-on: amd64 - build-on: amd64
- build-on: arm64 - build-on: arm64
plugs:
home:
interface: personal-files
read:
- $HOME/.fxrc.js
network:
interface: network
apps: apps:
fx: fx:
command: bin/fx command: bin/fx
plugs: [home, network] plugs: [ home, network ]
parts: parts:
fx: fx: