From 15be3b6553f9958e39622babb83e0064e1fae669 Mon Sep 17 00:00:00 2001 From: John Stevans Date: Thu, 7 Mar 2019 10:54:12 -0800 Subject: [PATCH 1/2] Add camera plug to snap build config --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 29f36663c..6898c44d6 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,12 @@ "description": "Caprine is an unofficial and privacy focused Facebook Messenger app with many useful features.", "category": "Network;Chat" }, + "snap": { + "plugs": [ + "default", + "camera" + ] + } "win": { "verifyUpdateCodeSignature": false } From 9c42319df34607832ee69019f06053fa1d717437 Mon Sep 17 00:00:00 2001 From: John Stevans Date: Thu, 7 Mar 2019 11:08:23 -0800 Subject: [PATCH 2/2] Commit the comma --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6898c44d6..3435e2dab 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "default", "camera" ] - } + }, "win": { "verifyUpdateCodeSignature": false }