This commit is contained in:
Akash Nimare
2016-11-19 12:07:18 +05:30
committed by GitHub
parent 92d2ba7ee9
commit b037d1ca1f

View File

@@ -44,6 +44,16 @@ Start and watch changes
```sh
$ npm run dev
```
# Making a release
To package app into an installer use command:
```
npm run dist
```
It will start the packaging process for operating system you are running this command on. Ready for distribution file will be outputted to `dist` directory.
You can create Windows installer only when running on Windows, the same is true for Linux and OSX. So to generate all three installers you need all three operating systems.
## Features