Introduce a new FyneApp.toml file to configure application metadata. This includes details like the app's icon, name, and ID, as well as migration settings. These changes prepare the app for Fyne framework integration.
8 lines
131 B
TOML
8 lines
131 B
TOML
[Details]
|
|
Icon = "icon.png"
|
|
Name = "GUI for FFmpeg"
|
|
ID = "net.kor-elf.projects.gui-for-ffmpeg"
|
|
|
|
[Migrations]
|
|
fyneDo = true
|