From c4d205a79ea7a8ed957d03d8ba7570f08c02fb0d Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sat, 14 Jun 2025 19:52:29 +0500 Subject: [PATCH] Updated `FyneApp.toml` with new `Website`, updated `Icon` path, bumped version to `1.0.0`, added Linux/BSD-specific fields (GenericName, Categories, Comment, Keywords). --- FyneApp.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/FyneApp.toml b/FyneApp.toml index b30925b..80050b2 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -1,6 +1,14 @@ +Website = "https://gui-for-ffmpeg.projects.kor-elf.net/language/en" + [Details] - Icon = "icon.png" + Icon = "assets/icon.png" Name = "GUI for FFmpeg" ID = "net.kor-elf.projects.gui-for-ffmpeg" - Version = "0.9.0" - Build = 11 + Version = "1.0.0" + 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", "конвертер", "видео", "аудио", "кодек"]