Update README.md

This commit is contained in:
Knugi
2026-07-27 15:10:59 +00:00
committed by GitHub
parent 2cc07b8b7c
commit 9537b4c050
+1 -1
View File
@@ -289,7 +289,7 @@ To ensure that the binaries provided in the releases were built directly from th
### Using Bash (Linux/WSL/macOS)
```bash
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)