Skip to content

OlympCron Manager v1.0.0

Latest

Choose a tag to compare

@OlympProject OlympProject released this 16 May 22:04
· 2 commits to main since this release

OlympCron Manager v1.0.0

Highlights

  • Windows release build (installer + portable ZIP)
  • Linux release build (tarball)
  • SHA256 checksums
  • Optional GPG signature for checksum verification

Downloads

See assets below.

Verification

Use SHA256SUMS.txt to verify downloads.

Windows:

Get-FileHash .\OlympCron-Manager-Setup-v1.0.0-windows-x64.exe -Algorithm SHA256

Linux:

sha256sum -c SHA256SUMS.txt

If SHA256SUMS.txt.asc is present, import GPGPublickey.md and verify:

gpg --import GPGPublickey.md
gpg --verify SHA256SUMS.txt.asc SHA256SUMS.txt

Known Notes

This is an early release. Please report issues through the official support channels.