From 0aec1075a75b630a8e5e57869d75f03ceff3e1fe Mon Sep 17 00:00:00 2001 From: KnugiHK Date: Fri, 2 Jan 2026 05:32:51 +0000 Subject: [PATCH] deploy: 5b488359c882f95d07d02931965ff2c27fbe04af --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d148919..f7695fa 100644 --- a/index.html +++ b/index.html @@ -627,7 +627,11 @@ WhatsApp Chat Exporter: 0.13.0rc1 Licensed with MIT. See https://wts.knugi.dev/d licenses.

Verifying Build Integrity

-

To ensure that the binaries provided in the releases were built directly from this source code via GitHub Actions and have not been tampered with, GitHub Artifact Attestations is used. You can verify the authenticity of any pre-built binaries (starting from the release 0.13.0rc1) using the GitHub CLI.

+

To ensure that the binaries provided in the releases were built directly from this source code via GitHub Actions and have not been tampered with, GitHub Artifact Attestations is used. You can verify the authenticity of any pre-built binaries using the GitHub CLI.

+
+

Note

+

Requires version 0.13.0rc1 or newer. Legacy binaries are unsupported.

+

Using Bash (Linux/WSL/macOS)

for file in wtsexporter*; do
   gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter