Minor changes and MimeType support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Syping 2021-05-27 02:28:41 +02:00
parent f4b4450f69
commit 4a293b6acd
11 changed files with 60 additions and 50 deletions

View file

@ -4,8 +4,9 @@ Name=gta5view
Comment=Open and edit GTA V profiles
Comment[de]=GTA V Profile öffnen und bearbeiten
Comment[ru]=Просмотрщик и редактор профилей GTA V
Categories=Qt;Utility;FileTools
Exec=gta5view
Comment[zh_TW]= GTA V
Categories=Qt;Utility;FileTools;
TryExec=gta5view
Exec=gta5view %f
Icon=de.syping.gta5view
Terminal=false
StartupNotify=false
MimeType=application/x-gta5view-export;

View file

@ -11,11 +11,12 @@
<summary>Open and edit GTA V profiles</summary>
<summary xml:lang="de">GTA V Profile öffnen und bearbeiten</summary>
<summary xml:lang="ru">Просмотрщик и редактор профилей GTA V</summary>
<summary xml:lang="zh-TW">打開與編輯 GTA V 個人檔案</summary>
<icon type="remote">https://img.syping.de/gta5view/gta5view.png</icon>
<description>
<p>Open Source Snapmatic picture and Savegame viewer/editor for GTA V</p>
<p>Open Source Snapmatic and Savegame viewer/editor for GTA V</p>
<p>Features</p>
<ul>
<li>View Snapmatics with the ability to disable them in-game</li>

View file

@ -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-gta5view-export">
<comment>gta5view Export</comment>
<glob pattern="*.g5e"/>
<generic-icon name="de.syping.gta5view"/>
</mime-type>
</mime-info>