Browse Source

Add snap packaging.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
821e3f58ed
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 1
      appveyor.yml
  2. 1
      package.json

1
appveyor.yml

@ -89,6 +89,7 @@ artifacts:
- path: dist/*.deb
- path: dist/*.tar.gz
- path: dist/*.AppImage
- path: dist/*.snap
# after_build:
# - ps: >-

1
package.json

@ -89,6 +89,7 @@
},
"target": [
"tar.gz",
"snap",
"deb",
"rpm",
"AppImage"

Loading…
Cancel
Save