Skip to content

Commit

Permalink
docs: prebuilt binaries have self-update
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed May 27, 2024
1 parent deff2e6 commit ec5f653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ For macOS, ["ad-hoc" signatures](https://users.rust-lang.org/t/distributing-cli-
xattr -d com.apple.quarantine qsv
```

#### Verifying the Integrity of the Prebuilt Binaries Zip Archives
An additional benefit of using the prebuilt binaries is that they have the `self_update` feature enabled, allowing you to quickly update qsv to the latest version with a simple `qsv --update`. For further security, the `self_update` feature only fetches [releases from this GitHub repo](https://github.com/jqnatividad/qsv/releases) and automatically verifies the signature of the downloaded zip archive before installing the update.

#### Manually verifying the Integrity of the Prebuilt Binaries Zip Archives
All prebuilt binaries zip archives are signed with [zipsign](https://github.com/Kijewski/zipsign#zipsign) with the following public key [qsv-zipsign-public.key](https://github.com/jqnatividad/qsv/raw/master/src/qsv-zipsign-public.key). To verify the integrity of the downloaded zip archives:

```bash
Expand Down

0 comments on commit ec5f653

Please sign in to comment.