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:
2025-05-11 01:44:17 +05:00
parent 16b32e0167
commit 6be10dbd75

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