mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
Flatpak update
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||||
|
<mime-type type="application/x-vimix">
|
||||||
|
<comment>Vimix Session file</comment>
|
||||||
|
<glob pattern="*.mix"/>
|
||||||
|
</mime-type>
|
||||||
|
</mime-info>
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<!-- Copyright 2023 Bruno Herbelin -->
|
<!-- Copyright 2023 Bruno Herbelin -->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>io.github.brunoherbelin.Vimix</id>
|
<id>io.github.brunoherbelin.Vimix</id>
|
||||||
<launchable type="desktop-id">vimix.desktop</launchable>
|
<launchable type="desktop-id">io.github.brunoherbelin.Vimix.desktop</launchable>
|
||||||
<name>vimix</name>
|
<name>vimix</name>
|
||||||
<summary>Video live mixer</summary>
|
<summary>Video live mixer</summary>
|
||||||
<description>
|
<description>
|
||||||
@@ -34,6 +34,11 @@
|
|||||||
<release version="0.7.2" date="2022-11-19"/>
|
<release version="0.7.2" date="2022-11-19"/>
|
||||||
<release version="0.7.1" date="2022-07-21"/>
|
<release version="0.7.1" date="2022-07-21"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
<supports>
|
||||||
|
<control>pointing</control>
|
||||||
|
<control>keyboard</control>
|
||||||
|
<control>gamepad</control>
|
||||||
|
</supports>
|
||||||
<url type="homepage">https://brunoherbelin.github.io/vimix/</url>
|
<url type="homepage">https://brunoherbelin.github.io/vimix/</url>
|
||||||
<url type="help">https://github.com/brunoherbelin/vimix/wiki/User-manual</url>
|
<url type="help">https://github.com/brunoherbelin/vimix/wiki/User-manual</url>
|
||||||
<url type="faq">https://github.com/brunoherbelin/vimix/wiki</url>
|
<url type="faq">https://github.com/brunoherbelin/vimix/wiki</url>
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=vimix
|
Name=vimix
|
||||||
|
GenericName=Video mixer
|
||||||
Comment=Video live mixer
|
Comment=Video live mixer
|
||||||
Categories=AudioVideo;Video;Graphics;Utility;
|
Categories=AudioVideo;Video;Graphics;
|
||||||
Icon=${SNAP}/meta/gui/vimix.svg
|
Icon=${SNAP}/meta/gui/vimix.svg
|
||||||
Exec=vimix
|
Exec=vimix
|
||||||
MimeType=application/x-vimix;text/xml
|
MimeType=application/x-vimix;text/xml
|
||||||
|
|||||||
Reference in New Issue
Block a user