feat: expose application version and update CI release workflow
Release / release (pull_request) Successful in 1m4s

This commit is contained in:
2026-06-09 13:55:11 +01:00
parent aa69bbb0a5
commit 8c51cee2a5
9 changed files with 145 additions and 90 deletions
+2
View File
@@ -20,6 +20,8 @@ var assets embed.FS
//go:embed build/appicon.png
var icon []byte
var Version string = "dev"
func installLinux() {
if runtime.GOOS != "linux" {
return