Browse Source

Add snap support.

pull/824/head
Martin Wimpress 8 years ago committed by GitHub
parent
commit
6a5306950a
  1. 5
      package.json

5
package.json

@ -69,6 +69,7 @@
"linux": {
"category": "Office",
"target": [
"snap",
"AppImage",
"deb",
"rpm",
@ -76,6 +77,10 @@
"tar.gz"
]
},
"snap": {
"confinement": "classic",
"grade": "stable"
},
"directories": {
"buildResources": "resources/installer/",
"output": "dist/",

Loading…
Cancel
Save