1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

appdata: change launchable id to reflect the appid

The value has just been wrong.
This commit is contained in:
Tobias Mueller 2020-05-07 15:27:00 +02:00 committed by Mikael Finstad
parent ac2a6368f7
commit e85a1993e3

View File

@ -8,7 +8,7 @@
<description> <description>
<p>Simple and ultra fast cross platform tool for lossless trimming/cutting of video and audio files. Great for saving space by rough cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. It extremely fast because it does an almost direct data copy. It is fueled by the awesome ffmpeg (included) for doing the grunt work. It also features some other lossless operations on videos.</p> <p>Simple and ultra fast cross platform tool for lossless trimming/cutting of video and audio files. Great for saving space by rough cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. It extremely fast because it does an almost direct data copy. It is fueled by the awesome ffmpeg (included) for doing the grunt work. It also features some other lossless operations on videos.</p>
</description> </description>
<launchable type="desktop-id">com.github.mifi.loslesscut.desktop</launchable> <launchable type="desktop-id">no.mifi.losslesscut.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://raw.githubusercontent.com/mifi/lossless-cut/master/main_screenshot.jpg</image> <image>https://raw.githubusercontent.com/mifi/lossless-cut/master/main_screenshot.jpg</image>