Skip to content

Commit

Permalink
Update AppStream metadata
Browse files Browse the repository at this point in the history
Reclassify Protontricks as a desktop application. This should make
Protontricks visible on Flathub frontends once the application is
updated.

Also update a few links to be more specific.
  • Loading branch information
Matoking committed Jan 5, 2022
1 parent ace4189 commit b1a27c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions data/com.github.Matoking.protontricks.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<component type="desktop-application">
<id>com.github.Matoking.protontricks</id>
<name>Protontricks</name>
<summary>A simple wrapper that does winetricks things for Proton enabled games</summary>
Expand All @@ -10,21 +10,27 @@
<binary>protontricks</binary>
<binary>protontricks-launch</binary>
</provides>
<launchable type="desktop-id">protontricks.desktop</launchable>
<recommends>com.valvesoftware.Steam</recommends>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Matoking/protontricks/master/data/screenshot.png</image>
<caption>App selection screen</caption>
</screenshot>
</screenshots>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>console</control>
</supports>
<content_rating type="oars-1.1"/>
<description>
<p>This is a wrapper script that allows you to easily run Winetricks commands for Steam Play/Proton games among other common Wine features,
such as launching external Windows executables. This is often useful when a game requires closed-source runtime libraries or applications
that are not included with Proton.</p>
</description>
<url type="homepage">https://github.com/Matoking/protontricks/wiki</url>
<url type="help">https://github.com/Matoking/protontricks/wiki</url>
<url type="homepage">https://github.com/Matoking/protontricks</url>
<url type="help">https://github.com/Matoking/protontricks#readme</url>
<url type="bugtracker">https://github.com/Matoking/protontricks/issues</url>
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
Expand Down

0 comments on commit b1a27c7

Please sign in to comment.