Updated FyneApp.toml
with new Website
, updated Icon
path, bumped version to 1.0.0
, added Linux/BSD-specific fields (GenericName, Categories, Comment, Keywords).
This commit is contained in:
parent
c45c106f2f
commit
c4d205a79e
14
FyneApp.toml
14
FyneApp.toml
@ -1,6 +1,14 @@
|
|||||||
|
Website = "https://gui-for-ffmpeg.projects.kor-elf.net/language/en"
|
||||||
|
|
||||||
[Details]
|
[Details]
|
||||||
Icon = "icon.png"
|
Icon = "assets/icon.png"
|
||||||
Name = "GUI for FFmpeg"
|
Name = "GUI for FFmpeg"
|
||||||
ID = "net.kor-elf.projects.gui-for-ffmpeg"
|
ID = "net.kor-elf.projects.gui-for-ffmpeg"
|
||||||
Version = "0.9.0"
|
Version = "1.0.0"
|
||||||
Build = 11
|
Build = 75
|
||||||
|
|
||||||
|
[LinuxAndBSD]
|
||||||
|
GenericName = "GUI for FFmpeg"
|
||||||
|
Categories = ["AudioVideo", "Utility"]
|
||||||
|
Comment = "A simple interface for the FFmpeg console utility."
|
||||||
|
Keywords = ["ffmpeg", "media", "convert", "transcode", "audio", "video", "конвертер", "видео", "аудио", "кодек"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user