Skip to content

SatConverter v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:11

Downloads

  • Windows: *-setup.exe (installer) or .msi
  • macOS: .dmg (unsigned build: on first launch, right-click the app → Open)
  • Linux: .AppImage (portable, chmod +x then run), .deb or .rpm

Verify your download (optional)

SHA256SUMS lists the hash of every file above and is signed with the author's minisign key:

RWTz3c4gUmglCX5Uvjthigz1ts3TS3ZSdhRNpFgOJRW/Wr4XjGlqTR3O
  1. The signature proves the hash list comes from the author:
    minisign -Vm SHA256SUMS -P RWTz3c4gUmglCX5Uvjthigz1ts3TS3ZSdhRNpFgOJRW/Wr4XjGlqTR3O
  2. The hashes prove your file was not altered:
    • Linux: sha256sum --check SHA256SUMS --ignore-missing
    • macOS: shasum -a 256 --check SHA256SUMS --ignore-missing
    • Windows: (Get-FileHash .\<file>).Hash must match the file's line in SHA256SUMS