mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Add rpm target
This commit is contained in:
parent
cd47cc7636
commit
bf163bb668
2 changed files with 3 additions and 2 deletions
|
|
@ -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`
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,8 @@
|
||||||
],
|
],
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
"deb",
|
||||||
"AppImage"
|
"AppImage",
|
||||||
|
"rpm"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue