Added a release build
This commit is contained in:
parent
e679b1607d
commit
fd13aded87
3 changed files with 41 additions and 10 deletions
6
main.go
6
main.go
|
|
@ -15,6 +15,10 @@ import (
|
|||
"github.com/wailsapp/wails/v2/pkg/options/mac"
|
||||
)
|
||||
|
||||
var (
|
||||
VersionNumber = "development"
|
||||
)
|
||||
|
||||
//go:embed all:frontend/dist
|
||||
var assets embed.FS
|
||||
|
||||
|
|
@ -59,7 +63,7 @@ func main() {
|
|||
Mac: &mac.Options{
|
||||
About: &mac.AboutInfo{
|
||||
Title: "Dequoter",
|
||||
Message: "© 2025 Leon Mika",
|
||||
Message: "© 2025-2026 Leon Mika\nVersion: " + VersionNumber,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue