From 7ddb67f28e619b506143f04c375b20f3ce8aa2be Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 29 Jan 2020 15:10:47 +0300 Subject: [PATCH] added snap plugs --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4885f089..ecc15167 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,9 @@ "icon": "./build/icons", "artifactName": "terminus-${version}-linux.${ext}" }, + "snap": { + "plugs": ["default", "system-files", "system-observe"] + }, "deb": { "depends": [ "gconf2",