App Metadata
Define application metadata in Fyne using the FyneApp.toml file for easier builds and releases.
Create a FyneApp.toml file and add your app details:
Website = "https://moshecrafts.com"
[Details]
# App identity
Icon = "assets/icon.png" # Local app icon file (PNG or SVG)Name = "Moshe School Manager" # Human-readable app nameID = "com.moshecrafts.school" # Unique app ID (reverse domain style)Version = "1.2.0" # Semantic versionBuild = 5 # Incremental build number - Auto increments
[LinuxAndBSD]
# Desktop entry fields
GenericName = "School Management"Categories = ["Education", "Office"]Comment = "Manage students, teachers, and school operations"Keywords = ["school", "students", "education", "admin"]ExecParams = "--fullscreen"