1
0
Files
custom-system-tray-items/README.md

29 lines
244 B
Markdown
Raw Permalink Normal View History

2025-06-10 15:02:21 +08:00
# 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
```