fix: build all target platforms by default

This commit is contained in:
2026-08-05 06:11:57 +08:00
parent e3aed70d6c
commit f7f59a7ee4
3 changed files with 55 additions and 23 deletions
+7
View File
@@ -132,6 +132,13 @@ make build-linux
make build-windows
```
**构建全部平台:**
```bash
make build
```
该命令会生成 Windows、Linux 和 macOS amd64 可执行文件;需要单独构建某个平台时使用对应的 `make build-windows``make build-linux``make build-darwin`
**构建前端:**
```bash
npm install