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:
2026-03-26 22:00:17 +03:00
parent 7d2b8c562d
commit da4fb51b7c
+4
View File
@@ -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