Browse Source

Merge pull request #2227 from maxerbox/fixed-snap-configuration

Fixed snap build config : added camera plug
pull/2255/head
Ramiro Saenz 6 years ago committed by GitHub
parent
commit
90ccdc27cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

3
package.json

@ -103,6 +103,9 @@
"perMachine": false, "perMachine": false,
"runAfterFinish": true "runAfterFinish": true
}, },
"snap": {
"plugs": ["default", "camera"]
},
"linux": { "linux": {
"category": "Network", "category": "Network",
"desktop": { "desktop": {

Loading…
Cancel
Save