Add README.md
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user