mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
macOS Sequoia+ 对 Finder AppleScript 做了限制,"toolbar visible" "statusbar visible" 之类的 container window 属性不再支持,会返回 -10006 错误。在 set -e 下导致整个 build-macos-arm64.sh 炸掉,canonical 目录里没有 DMG。 美化失败不是 blocker —— DMG 本身是可用的,只是用户双击打开看到的 是 Finder 默认排布。这里: - osascript 非零退出只 warn,不让 set -e 中断脚本 - 顺手把 hdiutil detach 也加了 -force fallback,osascript 可能 把 volume 窗口打开了导致 normal detach 因 "Resource busy" 失败 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>