Jacalz / rymdport

Cross-platform application for easy encrypted file, folder, and text sharing between devices.
https://rymdport.github.io/
GNU General Public License v3.0
1.08k stars 53 forks source link

Load the version from FyneApp.toml instead of hard coding #144

Open Jacalz opened 6 months ago

Jacalz commented 6 months ago

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.