VERIFICATION

QuotaBubble is distributed from its GitHub Releases page:
https://github.com/izzet/quotabubble/releases

This package downloads the official pre-built Windows binary
(QuotaBubble-windows-x64.zip) from the GitHub Release matching this
package's version, and verifies it against the SHA256 checksum embedded
in tools\chocolateyinstall.ps1.

To verify the download yourself:
1. Download QuotaBubble-windows-x64.zip from the matching GitHub Release.
2. Run `Get-FileHash QuotaBubble-windows-x64.zip -Algorithm SHA256`.
3. Compare the result against the $checksum value in
   tools\chocolateyinstall.ps1 in this package, and against the SHA256
   published in the GitHub Release notes for this version.

The release binary is built directly from this source repository by the
`release` GitHub Actions workflow (.github/workflows/release.yml), from
the same commit that is tagged for the release.
