The installer filename now matches its checksum
The 0.183.0 release shipped a checksums file that named the installer with spaces, as Pekan Setup 0.183.0.exe. GitHub rewrites spaces in a downloaded file's name to dots, so what you actually got was Pekan.Setup.0.183.0.exe. The checksum itself was correct, but the verification command in the release notes pointed at a filename that did not exist on your disk, so following the instructions gave you a file-not-found error rather than a matching hash.
The installer is now built as Pekan-Setup-<version>.exe, with no spaces anywhere in it, so the name in the checksums file, the name on the release page and the name on your disk are all the same string. The release pipeline now also refuses to publish if any artifact name contains whitespace, so this cannot come back quietly.
Highlights
- The installer filename now survives download unchanged, so checksum verification works as documented.