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>
- 重命名 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>