docs: add code signing reference to CI/CD guide
Section 6.1 points to windows-code-signing.md for signing options and CI examples, rather than duplicating content.
This commit is contained in:
@@ -502,6 +502,10 @@ system Python, so the fallback handles both cases.
|
||||
|
||||
Build: `makensis -DVERSION="${VERSION}" installer.nsi`
|
||||
|
||||
### 6.1. Code Signing the Installer
|
||||
|
||||
Sign the `.exe` after `makensis` but before uploading assets to avoid SmartScreen and browser download warnings. See [windows-code-signing.md](windows-code-signing.md) for signing options and CI integration examples.
|
||||
|
||||
## 7. Docker Build
|
||||
|
||||
### Multi-stage Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user