Load the version from FyneApp.toml instead of hard coding #144
Labels
bug
Something isn't working
infrastructure
Issues related to project infrastructure.
refactoring
Issues related to refactoring code.
Milestone
Checklist
Is your feature request related to a problem?
Right now the current release version is hard-coded into the binary and the link to the release just naively points to a GitHub tag with the same name. This works well for our released binaries but the link will either be pointing to an older tag or a tag that do not yet exist depending on when the version gets updated.
Describe the solution you'd like to see.
Update the about page to try to use the version from
FyneApp.toml
if that has been bundled. If not, then we need to consider the two options:It might be problematic to make those two work. Let's try to see what we can do.
The text was updated successfully, but these errors were encountered: