KenanZhu
|
f6ef9af39d
|
fix(ci): 修复 macOS 构建流程 6 项缺陷
1. requirements.txt 从 UTF-16 LE 转码为 UTF-8,修复 macOS pip install 解析失败
2. 新增 AutoLibrary_Logo.icns 图标文件,替换 macOS BUNDLE 中不兼容的 .ico 格式
3. PyInstaller 调用改为 python -m PyInstaller,确保 PATH 无关健壮性
4. ddddocr ONNX 模型路径增加多级 fallback 搜索,提升版本兼容性
5. info_plist 移除过时的 CFBundlePackageType,添加 NSHumanReadableCopyright
6. 为 macOS 专属的 sed -i '' 语法添加注释说明
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-10 09:05:01 +08:00 |
|
KenanZhu
|
72dce83c55
|
ci(workflows): 新增 macOS .app 与 .dmg 打包流程
|
2026-06-09 16:24:37 +08:00 |
|
KenanZhu
|
f3360423e5
|
fix(build): 重命名 requirement.txt 并统一所有引用
- 重命名 requirement.txt → requirements.txt
- 更新 build.yml 和 build-test.yml 中的 pip cache 和
install 路径引用
- README.md 恢复 pip install -r requirements.txt 构建步骤
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 14:16:35 +08:00 |
|
KenanZhu
|
59c06b3a19
|
fix(workflows): 修复图标引用、条件逻辑死代码并统一输出格式
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-28 02:49:46 +08:00 |
|
KenanZhu
|
9accf5ddc1
|
ci(workflows): 添加 push 触发器
|
2026-03-16 21:20:54 +08:00 |
|
KenanZhu
|
7111411115
|
ci(workflows): 优化 CI/CD 工作流配置
- 新增 build-test.yml 用于PR测试构建
- 升级 actions/checkout 和 actions/upload-artifact 到 v6 版本
- 完善 release.yml 的清理流程和摘要输出
|
2026-03-16 15:59:39 +08:00 |
|