From f86f0f57cf1adf72345e198af7cd3b3787301121 Mon Sep 17 00:00:00 2001 From: KnugiHK Date: Mon, 27 Jul 2026 15:11:20 +0000 Subject: [PATCH] deploy: 9537b4c05085a0e6ed85aa8ef4cc5e1555d3fec6 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 83f6173..0a8ebc5 100644 --- a/index.html +++ b/index.html @@ -652,7 +652,7 @@ source licenses.

Requires version 0.13.0 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; done
+
for file in wtsexporter*; do gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter; done
 

Using PowerShell (Windows)

gci "wtsexporter*" | % { gh attestation verify $_.FullName -R KnugiHK/WhatsApp-Chat-Exporter }