mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-06-01 13:59:38 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -268,19 +268,13 @@ To ensure that the binaries provided in the releases were built directly from th
|
|||||||
### Using Bash (Linux/WSL/macOS)
|
### Using Bash (Linux/WSL/macOS)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
for file in wtsexporter*; do
|
for file in wtsexporter*; do ; gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter; done
|
||||||
gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter
|
|
||||||
done
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using PowerShell (Windows)
|
### Using PowerShell (Windows)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$files = Get-ChildItem -Path "wtsexporter*"
|
gci "wtsexporter*" | % { gh attestation verify $_.FullName -R KnugiHK/WhatsApp-Chat-Exporter }
|
||||||
|
|
||||||
foreach ($file in $files) {
|
|
||||||
gh attestation verify "$($file.FullName)" -R KnugiHK/WhatsApp-Chat-Exporter
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user