Add rpm target

This commit is contained in:
Matheus Fernandes 2016-11-19 18:56:04 -02:00
parent cd47cc7636
commit bf163bb668
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@ $ brew cask install hyper
## Contribute ## Contribute
1. Install the dependencies 1. Install the dependencies
* If you are running Linux, install `icnsutils`, `graphicsmagick` and `xz-utils` * If you are running Linux, install `icnsutils`, `graphicsmagick`, `xz-utils` and `rpm`
* If you are running Windows, install [VC++ Build Tools Technical Preview](http://go.microsoft.com/fwlink/?LinkId=691126) using the **Default Install option**; Install Python 2.7 and add it to your `%PATH%`; Run `npm config set msvs_version 2015 --global` * If you are running Windows, install [VC++ Build Tools Technical Preview](http://go.microsoft.com/fwlink/?LinkId=691126) using the **Default Install option**; Install Python 2.7 and add it to your `%PATH%`; Run `npm config set msvs_version 2015 --global`
2. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 2. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
3. Install the dependencies: `npm install` 3. Install the dependencies: `npm install`

View file

@ -48,7 +48,8 @@
], ],
"target": [ "target": [
"deb", "deb",
"AppImage" "AppImage",
"rpm"
] ]
}, },
"win": { "win": {