From 6a5c8d49fc242d24fd23faf87beea0b430fac791 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 11 Jun 2025 21:43:08 +0100 Subject: [PATCH] Mention that binaries are only provided for the C++ wrapper --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9c76dd8..72671f93 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ libloot's core is written in Rust, and C++, Python and Node.js wrappers can be f ## Downloads +Binary artifacts are currently only provided for the C++ wrapper. + Releases are hosted on [GitHub](https://github.com/loot/libloot/releases). Snapshot builds are available as artifacts from [GitHub Actions runs](https://github.com/loot/libloot/actions), though they are only kept for 90 days and can only be downloaded when logged into a GitHub account. To mitigate these restrictions, snapshot build artifacts include a GPG signature that can be verified using the public key hosted [here](https://loot.github.io/.well-known/openpgpkey/hu/mj86by43a9hz8y8rbddtx54n3bwuuucg), which means it's possible to re-upload the artifacts elsewhere and still prove their authenticity.