How to verify release file with .sig file ? I can't find the public key. #563
Answered
by
zty012
CaptainJhonathon
asked this question in
问题
-
|
I want to verify the release file with .sig file. However, I learnt that needs the public key. Can anyone tell me how to work with those things? And I think document should add a page about how to verify the release files. |
Beta Was this translation helpful? Give feedback.
Answered by
zty012
Oct 12, 2025
Replies: 1 comment 1 reply
-
|
The release file is signed with minisign instead of GPG (a requirement for Tauri), and the public key is: project-graph/app/src-tauri/tauri.conf.json Line 102 in 2186711 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zty012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The release file is signed with minisign instead of GPG (a requirement for Tauri), and the public key is:
project-graph/app/src-tauri/tauri.conf.json
Line 102 in 2186711