Whether macOS Notarization would affect updater signature? #7703
-
The current workflow is like:
After (2), should we update the signature? If so, how to manually compute the signature? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Aug 29, 2023
Replies: 1 comment 2 replies
-
I don't think it has an effect on it, but in general you can always use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
imWildCat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think it has an effect on it, but in general you can always use the
pnpm tauri signer sign
command (check its--help
output for instructions) on the files you want to get a new signature for.