1
0

refactor: 合并 macOS 桌面打包流程

将 macOS .app 打包直接并入 desktop-build-mac,减少重复的桌面构建入口。\n\n同时移除未实现或已废弃的 desktop-package-* 命令和独立打包脚本,降低维护成本。
This commit is contained in:
2026-04-24 19:02:21 +08:00
parent d143c5f3df
commit b2e9dd8b7f
3 changed files with 46 additions and 84 deletions

View File

@@ -39,10 +39,6 @@ nex/
│ ├── AppIcon.icns # macOS 应用图标
│ └── icon.ico # Windows 应用图标
├── scripts/ # 构建脚本
│ └── build/
│ └── package-macos.sh # macOS .app 打包脚本
└── README.md # 本文件
```
@@ -105,9 +101,8 @@ JSON: {"level":"info","logger":"handler.proxy","msg":"处理请求","method":
**构建桌面应用**
```bash
# macOS (arm64 + amd64)
# macOS (arm64 + amd64,并打包为 .app)
make desktop-build-mac
make desktop-package-mac # 打包为 .app
# Windows
make desktop-build-win