mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(bundler): support custom sign command on Windows closes #7188 closes #9578 * fix double quotes * fix build * fix build * clippy * Update sign.rs * clippy && replace `winreg` with `windows-registry` * remove log [skip ci] * Apply suggestions from code review * tweak arg so path with spaces work on macOS * create nsis toolset paths --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
261 B
261 B
tauri-bundler
| tauri-bundler |
|---|
| patch:feat |
On Windows, add option to specify a custom signing command to be used. This opens an endless possibilities, for example use osslsigncode on non-Windows or use hardware tokens and HSM or even using Azure Trusted Signing.