[feat] add the option to disable binary patching on bundling
type: feature requestpriority: 2 medium
### Describe the problem
Right now it is not possible to disable the binary patching that happens when bundling the app:
`Info Patching app\src-tauri\target\release\app.exe with bundle type information: nsis`
This patching makes code-signing the executable (or just bundling the already signed binary) inside the NSIS bundler impossible as this injection invalidates the certificate.
### Describe the solution you'd like
A CLI flag or config value to disable this patching.
### Alternatives considered
_No response_
### Additional context
Is this patching required for the updater to work?
4 条评论