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/*.deb
- path: dist/*.tar.gz - path: dist/*.tar.gz
- path: dist/*.AppImage - path: dist/*.AppImage
- path: dist/*.snap
# after_build: # after_build:
# - ps: >- # - ps: >-

1
package.json

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

Loading…
Cancel
Save