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:
parent
16b32e0167
commit
6be10dbd75
7
FyneApp.toml
Normal file
7
FyneApp.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[Details]
|
||||
Icon = "icon.png"
|
||||
Name = "GUI for FFmpeg"
|
||||
ID = "net.kor-elf.projects.gui-for-ffmpeg"
|
||||
|
||||
[Migrations]
|
||||
fyneDo = true
|
Loading…
x
Reference in New Issue
Block a user