mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 19:29: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 -->
|
||||
<component type="desktop-application">
|
||||
<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>
|
||||
<summary>Video live mixer</summary>
|
||||
<description>
|
||||
@@ -34,6 +34,11 @@
|
||||
<release version="0.7.2" date="2022-11-19"/>
|
||||
<release version="0.7.1" date="2022-07-21"/>
|
||||
</releases>
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
<control>gamepad</control>
|
||||
</supports>
|
||||
<url type="homepage">https://brunoherbelin.github.io/vimix/</url>
|
||||
<url type="help">https://github.com/brunoherbelin/vimix/wiki/User-manual</url>
|
||||
<url type="faq">https://github.com/brunoherbelin/vimix/wiki</url>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=vimix
|
||||
GenericName=Video mixer
|
||||
Comment=Video live mixer
|
||||
Categories=AudioVideo;Video;Graphics;Utility;
|
||||
Categories=AudioVideo;Video;Graphics;
|
||||
Icon=${SNAP}/meta/gui/vimix.svg
|
||||
Exec=vimix
|
||||
MimeType=application/x-vimix;text/xml
|
||||
|
||||
Reference in New Issue
Block a user