diff --git a/index.html b/index.html index f7695fa..4dfa366 100644 --- a/index.html +++ b/index.html @@ -633,16 +633,10 @@ licenses.

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

Using PowerShell (Windows)

-
$files = Get-ChildItem -Path "wtsexporter*"
-
-foreach ($file in $files) {
-    gh attestation verify "$($file.FullName)" -R KnugiHK/WhatsApp-Chat-Exporter
-}
+
gci "wtsexporter*" | % { gh attestation verify $_.FullName -R KnugiHK/WhatsApp-Chat-Exporter }
 

Python Support Policy

This project officially supports all non-EOL (End-of-Life) versions of Python. Once a Python version reaches EOL, it is dropped in the next release. See Python's EOL Schedule.