From da4fb51b7c3e04c89c6f960ecac6c97c11b63c49 Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Thu, 26 Mar 2026 22:00:17 +0300 Subject: [PATCH] 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. --- gitea-python-ci-cd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitea-python-ci-cd.md b/gitea-python-ci-cd.md index e4c6a24..01f9662 100644 --- a/gitea-python-ci-cd.md +++ b/gitea-python-ci-cd.md @@ -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