Browse Source

Merge pull request #824 from flexiondotorg/snap-support

Add snap support.
pull/1523/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
6226a5fa7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      package.json

5
package.json

@ -74,6 +74,7 @@
"Categories": "GTK;GNOME;Utility;Office;Email;Chat;InstantMessaging;"
},
"target": [
"snap",
"AppImage",
"deb",
"rpm",
@ -81,6 +82,10 @@
"tar.gz"
]
},
"snap": {
"confinement": "strict",
"grade": "stable"
},
"directories": {
"buildResources": "resources/installer/",
"output": "dist/",

Loading…
Cancel
Save