mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
d6d3efbd12
* 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 |
---|
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.