aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-24 16:25:00 +0000
committersaturneric <[email protected]>2025-06-24 16:25:00 +0000
commitcdb99c2e7ec378bdb438cd3ec70e8954f1928a7f (patch)
tree7773acfb9404774a31ccdebb771851d24a040315
parentdocs(guides): update documentation with new images and formatting (diff)
downloadManual-cdb99c2e7ec378bdb438cd3ec70e8954f1928a7f.tar.gz
Manual-cdb99c2e7ec378bdb438cd3ec70e8954f1928a7f.zip
docs(appendix): update code binary verification documentation
- replace "our software" with "GpgFrontend" for clarity - expand windows section to include .msi and .msix packages - add verification screenshot for windows binaries
-rw-r--r--src/content/docs/appendix/code-binary-verify.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/content/docs/appendix/code-binary-verify.md b/src/content/docs/appendix/code-binary-verify.md
index 9a739c0..005215f 100644
--- a/src/content/docs/appendix/code-binary-verify.md
+++ b/src/content/docs/appendix/code-binary-verify.md
@@ -10,7 +10,7 @@ secure, automated build processes.
## Automated Build Process
-Our software leverages **GitHub Actions** for automated compilations, ensuring
+GpgFrontend leverages **GitHub Actions** for automated compilations, ensuring
that every binary file version released is directly compiled from the source
code stored in the GitHub repository's main branch. This approach guarantees
that the compilation process is transparent, replicable, and free from manual
@@ -32,10 +32,12 @@ verification mechanisms, as outlined below:
### Windows
-All executable files (.exe, .dll) and installer packages are signed using a
-[Certum](https://www.certum.eu/en/certum-by-asseco/) code signing certificate.
-The signature is trusted by Windows and can be verified through standard Windows
-mechanisms (e.g., file properties or signtool).
+All executable files (.exe, .dll) and installer packages (.msi, .msix) are
+signed using a [Certum](https://www.certum.eu/en/certum-by-asseco/) code signing
+certificate. The signature is trusted by Windows and can be verified through
+standard Windows mechanisms (e.g., file properties or signtool).
+
+![](https://image.cdn.bktus.com/i/2025/06/25/2eb0e5a1ff970b6d97ed38f18b45476c9aad6ee7.webp)
### macOS