29 lines
244 B
Markdown
29 lines
244 B
Markdown
|
# custom-system-tray-items
|
||
|
|
||
|
## Project Setup
|
||
|
|
||
|
### Install
|
||
|
|
||
|
```bash
|
||
|
$ pnpm install
|
||
|
```
|
||
|
|
||
|
### Development
|
||
|
|
||
|
```bash
|
||
|
$ pnpm dev
|
||
|
```
|
||
|
|
||
|
### Build
|
||
|
|
||
|
```bash
|
||
|
# For windows
|
||
|
$ pnpm build:win
|
||
|
|
||
|
# For macOS
|
||
|
$ pnpm build:mac
|
||
|
|
||
|
# For Linux
|
||
|
$ pnpm build:linux
|
||
|
```
|