Skip to content

v1.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 01:05
· 49 commits to main since this release
dc07a02

Install

Download virtual-vs-1.1.0-alpha.apk below and open it on your Android device.
You'll need to allow installing from your browser or file manager the first time.

Verify this build before you install it

You do not have to take my word for what is in this APK.

1. Confirm GitHub built it, from this repo, at this commit:

gh attestation verify virtual-vs-1.1.0-alpha.apk --repo campos20/virtual-vs

This checks a signature recorded in a public transparency log when the
workflow ran. It proves the file came from this workflow
building commit dc07a02e16d016575d0a092bc36463c4acf3a3fe - not from someone reuploading a modified build.

2. Confirm the file wasn't altered after upload:

sha256sum -c SHA256SUMS.txt

3. Signing certificate

apksigner verify --print-certs virtual-vs-1.1.0-alpha.apk

SHA-256 of the certificate that signed this APK:

fac61745dc0903786fb9ede62a962b399f7348f0bb6f899b8332667591033b9c

Note: this build was signed with a generated key rather than a stable
project release key, so this fingerprint may differ between releases and
Android may ask you to uninstall before updating. Step 1 above is the check
that actually ties this APK to its source commit.