You've already forked archr-flasher
mirror of
https://github.com/archr-linux/archr-flasher.git
synced 2026-07-12 18:19:47 -07:00
e628d71a01
The certificate import step only placed the Developer ID certificate in the keychain; without APPLE_SIGNING_IDENTITY the tauri bundler silently skips signing and notarization, so every published macOS bundle shipped unsigned and Apple Silicon rejected the app with the damaged-app dialog. Extract the identity from the keychain after the import and export it for the build step, so no additional secret is required.