Add FyneApp.toml configuration file

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.
This commit is contained in:
Leonid Nikitin 2025-05-11 01:44:17 +05:00
parent 16b32e0167
commit 6be10dbd75
Signed by: kor-elf
GPG Key ID: DAB5355A11C22541

7
FyneApp.toml Normal file
View File

@ -0,0 +1,7 @@
[Details]
Icon = "icon.png"
Name = "GUI for FFmpeg"
ID = "net.kor-elf.projects.gui-for-ffmpeg"
[Migrations]
fyneDo = true