-
Notifications
You must be signed in to change notification settings - Fork 205
Description
I spend a whole day, trying to figure out, what is going on. And finally - I hope - I found the issue.
I was trying to update my app on Mac, which always returned a "UnexpectedKeyId". This sounded for me like a wrong signature. I thought, I used the wrong TAURI_SIGNING_PRIVATE_KEY
or TAURI_SIGNING_PRIVATE_KEY_PASSWORD
. But everything seem to be correct. The tauri.conf.json
is configured to my github project https://github.com/<user>/<app>/releases/latest/download/latest.json
.
After checking my Windows updates, there seemed to be no issue at all. So it can't be the keys. I started my own local server, created a latest.json and used the my_app_universal.app.tar.gz.sig
as my signature and it worked on mac too.
So it looks like the signature of the darwin-aarch64
inside of the latest.json
is not matching with the my_app_universal.app.tar.gz.sig
. They are different.
Am I configuring something wrong or is this a bug?
I am using
tauri-apps/tauri-action@v0
tauri-plugin-updater = "2.0.2"
tauri 2.0.6