Add description about dependencies of packaging commands

This commit is contained in:
Yuya Ochiai
2016-12-01 23:12:45 +09:00
parent b4e5dec7e4
commit 75bc332aab

View File

@@ -32,6 +32,15 @@ Packages will be generated into `release/` directory.
$ npm run package:<all | windows | mac | linux>
```
#### Dependencies
Need to install some software required by `electron-builder` to build packages.
Please see [electron-builder wiki](https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build) for detailed description.
**Minimum requirements for current platform:**
- Windows: Nothing.
- macOS: Nothing.
- Linux (64 bit): `icnsutils`, `graphicsmagick` and `xz-utils` if Ubuntu is used.
#### Code signing
Set environment variables to build trusted packages.
Please see [electron-builder wiki](https://github.com/electron-userland/electron-builder/wiki/Code-Signing) for detailed description.