Release Artifacts¶
Each public release should include installers for all supported desktop platforms plus a checksum manifest.
Recommended Naming¶
| Artifact | Example |
|---|---|
| macOS installer | radar-flow-studio-v1.2.3-macos-universal.dmg |
| Windows installer | radar-flow-studio-v1.2.3-windows-x64.exe |
| Linux installer | radar-flow-studio-v1.2.3-linux-x86_64.AppImage |
| Checksums | SHA256SUMS.txt |
Why The Names Matter¶
Clear asset names make it easier to:
- choose the right download quickly
- automate release validation
- troubleshoot install reports
- communicate exact files in support threads
Checksums¶
Every release should include SHA256SUMS.txt so users can verify downloads before running them.