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
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 taghttps://github.com/Merrit/nyrna/blob/main/packaging/windows/inno_setup.iss#L3