From 33bf67b13f31896343f9db83cf07f49e334be880 Mon Sep 17 00:00:00 2001 From: "yourittech.support" Date: Sat, 7 Mar 2026 21:57:13 -0700 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..db098b8 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## Unofficial AppImage Directory + +## Verifying the AppImage + +All AppImages in this repository are built directly from the official source code and include a signed authenticity proof to confirm they are unchanged and come from a trusted build process. + +**EXAMPLE** + +To verify a downloaded file (e.g. `Nextcloud-Talk-v2.1.1-x86_64.AppImage`): + +1. Download the three files from the release: + - The AppImage itself + - `BUILD_INFO.json` + - `BUILD_INFO.json.asc` + +2. Check the file integrity: + ```bash + sha256sum Nextcloud-Talk-v2.1.1-x86_64.AppImage \ No newline at end of file