Create faugus-launcher.metainfo.xml

This commit is contained in:
Faugus
2025-08-04 21:58:43 -03:00
committed by GitHub
parent a6af6ee11b
commit d231ede9a1

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>faugus-launcher.desktop</id>
<name>Faugus Launcher</name>
<developer_name>Faugus</developer_name>
<summary>A simple and lightweight app for running games using UMU-Launcher</summary>
<url type="homepage">https://github.com/Faugus/faugus-launcher</url>
<url type="donation">https://ko-fi.com/faugus</url>
<url type="bugtracker">https://github.com/Faugus/faugus-launcher/issues</url>
<project_license>MIT</project_license>
<metadata_license>CC0-1.0</metadata_license>
<branding>
<color type="primary" scheme_preference="light">#5588A3</color>
<color type="primary" scheme_preference="dark">#00334E</color>
</branding>
<description>
<p>Main Features:</p>
<ul>
<li>Play Windows games using Proton</li>
<li>Play Linux native games</li>
<li>Run Windows games directly from the .exe file</li>
<li>Prefix management</li>
<li>Shortcut and Steam shortcut management</li>
</ul>
<p>Integrated tools:</p>
<ul>
<li>Winetricks: A helper tool to easily install dependencies, fonts, DLLs, and tweaks for Wine.</li>
<li>Winecfg: Wine's graphical interface to configure Windows versions, libraries, drivers, and integrations.</li>
<li>MangoHud: Shows an overlay for monitoring FPS, temperatures, CPU/GPU load and more.</li>
<li>Feral GameMode: Tweaks your system to improve performance.</li>
<li>Disable Hidraw: May fix controller issues in some games.</li>
<li>Additional Application: An additional application to run with the game, like Cheat Engine, Trainers, Mods...</li>
<li>Lossless Scaling Frame Generation: Create fake frames to increase the framerate.</li>
<li>Proton Manager: Download/Remove GE-Proton and Proton-EM builds.</li>
<li>Wine Wayland Driver support (Experimental).</li>
<li>HDR Support (Experimental).</li>
</ul>
</description>
<categories>
<category>Game</category>
</categories>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
</content_rating>
<launchable type="desktop-id">faugus-launcher.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Faugus/faugus-launcher/bc54b5e/screenshots/main-list.png</image>
<caption>Main window: List interface mode</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Faugus/faugus-launcher/bc54b5e/screenshots/main-blocks.png</image>
<caption>Main window: Blocks interface mode</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Faugus/faugus-launcher/bc54b5e/screenshots/main-banners.png</image>
<caption>Main window: Banners interface mode</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Faugus/faugus-launcher/b42986e/screenshots/add-main.png</image>
<caption>Add/Edit Game: Main</caption>
</screenshot>
</screenshots>
<releases>
<release version="1.8.12-1" date="2025-08-04">
<description>
<ul>
<li>Added metadata for native installation</li>
</ul>
</description>
</release>
</releases>
</component>