mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 22:13:13 +00:00
🎉
This commit is contained in:
10
README.md
10
README.md
@@ -44,6 +44,16 @@ Start and watch changes
|
|||||||
```sh
|
```sh
|
||||||
$ npm run dev
|
$ 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
|
## Features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user