mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
The current release lane is aimed at manual downloads and command-line usage, not notarized distribution or in-app auto-updates. This change removes Apple certificate import and updater signing from GitHub Actions, and forces release builds to disable updater artifacts so unsigned release bundles can still be produced consistently. Constraint: Repository does not have working Apple signing certs or updater signing keys Rejected: Keep signing requirements and document the secrets problem | blocks every release on infra the project does not plan to maintain Rejected: Remove the GitHub release workflow entirely | still need a repeatable packaging path for downloadable artifacts Confidence: high Scope-risk: moderate Reversibility: clean Directive: If signed distribution or in-app updates are added later, restore signing in workflow together with validated secrets and release metadata Tested: git diff --check; YAML parse of release-desktop workflow; manual inspection that updater artifacts are disabled via tauri.release-ci.json and signing env/steps are removed Not-tested: Live GitHub Actions run after workflow update
Claude Code Haha Desktop
基于 Tauri 2 + React 的桌面客户端。
开发
bun install
bun run tauri dev
构建
# macOS (Apple Silicon)
./scripts/build-macos-arm64.sh
# Windows (x64)
.\scripts\build-windows-x64.ps1
构建产物位于 build-artifacts/ 目录。
常见问题
macOS 提示"已损坏,无法打开"
xattr -cr /Applications/Claude\ Code\ Haha.app