diff options
author | saturneric <[email protected]> | 2025-06-24 16:25:00 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-06-24 16:25:00 +0000 |
commit | cdb99c2e7ec378bdb438cd3ec70e8954f1928a7f (patch) | |
tree | 7773acfb9404774a31ccdebb771851d24a040315 | |
parent | docs(guides): update documentation with new images and formatting (diff) | |
download | Manual-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.md | 12 |
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). + + ### macOS |