Skip to content

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:

Terminal window
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 name
ID = "com.moshecrafts.school" # Unique app ID (reverse domain style)
Version = "1.2.0" # Semantic version
Build = 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"