Add rpm package creation documentation

This commit is contained in:
Julen Garcia Leunda
2019-09-15 20:30:41 +02:00
parent 1c343cb4c1
commit 4e18d4091a
2 changed files with 2 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ The following optional arguments are available:
- `--sign` - Sign the application (Mac, Windows) - `--sign` - Sign the application (Mac, Windows)
- `--package=[type]` - Package single output type. - `--package=[type]` - Package single output type.
- `deb` - Debian package - `deb` - Debian package
- `rpm` - RedHat package
- `zip` - Linux zip file - `zip` - Linux zip file
- `dmg` - Mac disk image - `dmg` - Mac disk image
- `exe` - Windows installer - `exe` - Windows installer

View File

@@ -100,7 +100,7 @@
"build": "buble src --output build", "build": "buble src --output build",
"clean": "node ./bin/clean.js", "clean": "node ./bin/clean.js",
"gh-release": "gh-release", "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", "open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js", "package": "node ./bin/package.js",
"start": "npm run build && electron .", "start": "npm run build && electron .",