Merrit / nyrna

Suspend games and applications.
https://nyrna.merritt.codes
GNU General Public License v3.0
950 stars 17 forks source link

Windows Setup uses fixed version #179

Closed Trenly closed 1 year ago

Trenly commented 1 year ago

The inno setup script uses a fixed version 2.9.0 as the app version. This writes an incorrect value to the registry when the program is installed and makes it impossible for package managers like winget to detect an upgrade is available. The script should use whatever version is being used for the GitHub release tag

https://github.com/Merrit/nyrna/blob/main/packaging/windows/inno_setup.iss#L3

Merrit commented 1 year ago

Excellent point, thanks for pointing that out!

I will look at automating the version for the next release :)