1
0
Files
custom-system-tray-items/README.md
2025-06-10 15:02:21 +08:00

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
```