mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-04-15 07:42:28 +08:00
Tauri only notarizes the .app bundle, not the DMG container. This caused stapler staple to fail with "Record not found" for the DMG. - Add "Notarize macOS DMG" step using xcrun notarytool with retry logic - Add retry logic (3 attempts) to macOS build step for transient network failures - Add hdiutil verify before DMG notarization submission