diff --git a/README.md b/README.md index b8ae9616..51557b66 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ The following optional arguments are available: - `--sign` - Sign the application (Mac, Windows) - `--package=[type]` - Package single output type. - `deb` - Debian package + - `rpm` - RedHat package - `zip` - Linux zip file - `dmg` - Mac disk image - `exe` - Windows installer diff --git a/package.json b/package.json index 29abb4e8..3b443a2c 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "build": "buble src --output build", "clean": "node ./bin/clean.js", "gh-release": "gh-release", - "install-system-deps": "brew install fakeroot dpkg", + "install-system-deps": "brew install fakeroot dpkg rpmbuild", "open-config": "node ./bin/open-config.js", "package": "node ./bin/package.js", "start": "npm run build && electron .",