feat: Add FyneApp.toml configuration file for Computer Info app

This commit is contained in:
2024-07-16 11:05:47 -05:00
parent d1498f0cee
commit 563384b045

18
FyneApp.toml Normal file
View File

@@ -0,0 +1,18 @@
[Details]
Icon = "Icon.png"
Name = "Computer Info"
ID = "ryanehamil.computerinfo"
Version = "1.1.1"
Build = 3
[Development]
HelperText = "This binary was built with debug symbols"
[Release]
HelperText = "This binary was built without debug symbols"
[LinuxAndBSD]
GenericName = "Computer Info"
Categories = ["Utilities"]
Comment = "Show Computername and IP addresses"
Keywords = ["ipaddress", "computername"]