Public Windows installers for Hero Frequencies applications.
Running Preset Manager and mintserver check this repo for updates via versions.json.
Download HeroFrequenciesPresetManagerSetup.exe (release notes)
Setup for Hero Frequencies Preset Manager and the mintserver device service (HeroMintServer).
When staging a new build:
- Upload the new binary to
PresetManager/and/ormintserver/(createmintserver/when needed), and/or attach it to a GitHub Release. - Edit
versions.json— bumpversionandurlfor each product you released:
{
"preset-manager": {
"version": "1.0.0.1",
"url": "https://github.com/herofrequencies/HFSetup/releases/download/v1.0.0.1/HeroFrequenciesPresetManagerSetup.exe",
"notes": "Optional one-line summary"
},
"mintserver": {
"version": "0.1.240",
"url": "https://github.com/herofrequencies/HFSetup/releases/download/mintserver-0.1.240/mintserver.exe",
"notes": ""
}
}- Commit and push to
main.
Version format: Preset Manager uses four-part semver (1.0.2.0). mintserver uses 0.1.{buildnum} (must match buildnum.txt in the source tree).
No app code changes are required for each release — only this manifest and the binaries.