mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-07-28 08:19:45 +02:00
deploy: 9537b4c050
This commit is contained in:
+1
-1
@@ -652,7 +652,7 @@ source licenses.
|
||||
<p>Requires version 0.13.0 or newer. Legacy binaries are unsupported.</p>
|
||||
</div>
|
||||
<h3>Using Bash (Linux/WSL/macOS)</h3>
|
||||
<pre><code class="language-bash">for file in wtsexporter*; do ; gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter; done
|
||||
<pre><code class="language-bash">for file in wtsexporter*; do gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter; done
|
||||
</code></pre>
|
||||
<h3>Using PowerShell (Windows)</h3>
|
||||
<pre><code class="language-powershell">gci "wtsexporter*" | % { gh attestation verify $_.FullName -R KnugiHK/WhatsApp-Chat-Exporter }
|
||||
|
||||
Reference in New Issue
Block a user