From bf163bb6689380a678cc8027ef1b5da1da8f8423 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Sat, 19 Nov 2016 18:56:04 -0200 Subject: [PATCH] Add `rpm` target --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 951b6b64..2f3452b7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ brew cask install hyper ## Contribute 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` 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` diff --git a/package.json b/package.json index 904a8a5d..680a2bba 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ ], "target": [ "deb", - "AppImage" + "AppImage", + "rpm" ] }, "win": {