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

Loading…
Cancel
Save