Open goenning opened 1 year ago
It actually also seems that it built the app twice if you look at the beginning of the log. Can you share the CI workflow you used for this?
I'm building it locally with:
APPLE_SIGNING_IDENTITY="0BC7E248BD53924742CB630DD2327E7DD417E3AD" \
TAURI_KEY_PASSWORD="REDACTED" \
TAURI_PRIVATE_KEY=$(pwd)/etc/build/aptakube.key \
npx tauri build --target universal-apple-darwin
Ah alright, so building twice is expected bc it's a universal build. I don't know about how universal builds are supposed to work here (technically it's just two binaries in one package after all) but double signing doesn't seem like it's supposed to be like that
Edit: I assume the resulting app also doesn't work?
The app works fine, no issue at all.
It's just the slowness of signing it twice as it requires response from apple.
Describe the bug
When building a release bundle of my app, I noticed that Tauri is signing and notarizing the app twice. See these logs:
Reproduction
No response
Expected behavior
I would expect Tauri to do it once. I can also verify it's doing it twice because I get 2 emails from Apple with the subject
Your Mac software was successfully notarized
Platform and versions
Stack trace
No response
Additional context
No response