Browse Source

Snapcraft support

pull/1613/head
Ramiro Saenz 7 years ago
parent
commit
c30d5ca695
  1. 1
      .travis.yml
  2. 1
      package.json

1
.travis.yml

@ -1,5 +1,6 @@
sudo: required sudo: required
language: node_js language: node_js
dist: trusty
node_js: node_js:
- "8" - "8"

1
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",

Loading…
Cancel
Save