mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-01-28 21:30:43 +00:00
deploy: 82abf7d874
This commit is contained in:
16
index.html
16
index.html
@@ -626,6 +626,20 @@ Miscellaneous:
|
||||
WhatsApp Chat Exporter: 0.13.0rc1 Licensed with MIT. See https://wts.knugi.dev/docs?dest=osl for all open source
|
||||
licenses.
|
||||
</code></pre>
|
||||
<h2>Verifying Build Integrity</h2>
|
||||
<p>To ensure that the binaries provided in the releases were built directly from this source code via GitHub Actions and have not been tampered with, GitHub Artifact Attestations is used. You can verify the authenticity of any pre-built binaries (starting from the release 0.13.0rc1) using the GitHub CLI.</p>
|
||||
<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
|
||||
</code></pre>
|
||||
<h3>Using PowerShell (Windows)</h3>
|
||||
<pre><code class="language-powershell">$files = Get-ChildItem -Path "wtsexporter*"
|
||||
|
||||
foreach ($file in $files) {
|
||||
gh attestation verify "$($file.FullName)" -R KnugiHK/WhatsApp-Chat-Exporter
|
||||
}
|
||||
</code></pre>
|
||||
<h1>Python Support Policy</h1>
|
||||
<p>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 <a href="https://devguide.python.org/versions/">Python's EOL Schedule</a>.</p>
|
||||
<h1>Legal Stuff & Disclaimer</h1>
|
||||
@@ -653,7 +667,7 @@ licenses.
|
||||
<a href="https://github.com/KnugiHK/WhatsApp-Chat-Exporter" style="color: white; margin: 0 10px;"><i class="fab fa-github fa-lg"></i></a>
|
||||
<a href="https://matrix.to/#/#wtsexporter:matrix.org" style="color: white; margin: 0 10px;"><i class="fas fa-comments fa-lg"></i></a>
|
||||
</p>
|
||||
<p><small>Last updated: 1/1/2026</small></p>
|
||||
<p><small>Last updated: 1/2/2026</small></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user