Fixup Flatpak

flathub uses 'rename desktop file' and the file vimix.desktop should not be already named io.github.brunoherbelin.Vimix.desktop.
This commit is contained in:
Bruno Herbelin
2024-04-07 10:37:14 +02:00
parent 52b7cd68c1
commit d486055fc8
3 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "vimix",
"rename-desktop-file": "io.github.brunoherbelin.Vimix.desktop",
"rename-desktop-file": "vimix.desktop",
"rename-icon": "vimix",
"finish-args": [
"--socket=x11",

View File

@@ -2,7 +2,7 @@
<!-- Copyright 2023 Bruno Herbelin -->
<component type="desktop-application">
<id>io.github.brunoherbelin.Vimix</id>
<launchable type="desktop-id">io.github.brunoherbelin.Vimix.desktop</launchable>
<launchable type="desktop-id">vimix.desktop</launchable>
<name>vimix</name>
<summary>Video live mixer</summary>
<description>
@@ -13,6 +13,10 @@
<p>Can read almost all video codecs (hardware accelerated for many),
Open Sound Control remote control, live screen recoding. See docmentation in the github wiki.</p>
</description>
<categories>
<category>graphics</category>
<category>video</category>
</categories>
<screenshots>
<screenshot type="default">
<image type="source">https://brunoherbelin.github.io/vimix/vimix_screenshot.png</image>
@@ -21,6 +25,9 @@
<image type="source">https://brunoherbelin.github.io/vimix/vimix_screenshot_2.png</image>
</screenshot>
</screenshots>
<provides>
<binary>vimix</binary>
</provides>
<releases>
<release version="0.8.2d" date="2024-04-06">
<description>
@@ -44,7 +51,9 @@
<url type="help">https://github.com/brunoherbelin/vimix/wiki/User-manual</url>
<url type="faq">https://github.com/brunoherbelin/vimix/wiki</url>
<url type="bugtracker">https://github.com/brunoherbelin/vimix/issues</url>
<developer_name>Bruno Herbelin</developer_name>
<developer id="io.github.brunoherbelin">
<name>Bruno Herbelin</name>
</developer>
<project_license>GPL-3.0-or-later</project_license>
<metadata_license>CC0-1.0</metadata_license>
<content_rating type="oars-1.1" />