fckeuspy-go/vendor/fyne.io/fyne/v2/internal/app/meta.go

11 lines
301 B
Go

package app
// these internal variables are set by the fyne build command so that the "FyneApp.toml" data is readable at runtime.
var (
MetaIcon = "" // this will contain base64 encoded icon bytes
MetaID = "com.example"
MetaName = "Fyne App"
MetaVersion = "1.0.0"
MetaBuild = "1"
)