Skip to content

Commit

Permalink
Add installer support for more Linux distros
Browse files Browse the repository at this point in the history
* deb
* rpm
* sh
* freebsd
* pacman
* tar.xz
* tar.gz

This should close the issues #143 and #197
  • Loading branch information
maxcnunes committed Jun 15, 2016
1 parent 31770fc commit 81d6d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"type": "file"
}
]
},
"linux": {
"target": ["deb", "rpm", "sh", "freebsd", "pacman", "tar.xz", "tar.gz"]
}
},
"devDependencies": {
Expand Down

0 comments on commit 81d6d62

Please sign in to comment.