Investigate if it is possible to bake in SHA into release build
It would be beneficial for debugging to also have the SHA of the commit the release was made of to be accessible from within the app.
It would be beneficial for debugging to also have the SHA of the commit the release was made of to be accessible from within the app.
@rudolfs I wrote patch
7bebb1ac98a821dd01ac4fb3c45fe7895529bdf3that bakes the short current HEAD commit into the about popup on macOS. Also instead of having the version number fixed intauri.conf.jsonwe can take it from a separatereleasetop level file that we then can use where needed for different OS, etc.