You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-signed the macOS app bundle before packaging so downloaded DMGs no longer contain the broken resource seal that caused macOS to report the app as damaged.
Added release checklist verification for macOS app signatures and DMG checksums.
Verification
npm test
cargo test --manifest-path src-tauri/Cargo.toml
npm audit --omit=dev
npm run build
codesign --verify --deep --strict on the packaged app
hdiutil verify on the release DMG
Mounted DMG and verified the app bundle reports CFBundleVersion 0.1.4