mirror of
https://github.com/limo-app/limo.git
synced 2025-12-23 14:57:56 -05:00
add flathub files
This commit is contained in:
@@ -248,6 +248,10 @@ install(TARGETS Limo
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
if(IS_FLATPAK)
|
||||
install(FILES resources/io.github.limo_app.limo.png
|
||||
install(FILES flathub/io.github.limo_app.limo.png
|
||||
DESTINATION /app/share/icons/hicolor/512x512/apps)
|
||||
install(FILES flathub/io.github.limo_app.limo.metainfo.xml
|
||||
DESTINATION /app/share/metainfo)
|
||||
install(FILES flathub/io.github.limo_app.desktop
|
||||
DESTINATION /app/share/applications)
|
||||
endif()
|
||||
|
||||
9
flathub/io.github.limo_app.limo.desktop
Normal file
9
flathub/io.github.limo_app.limo.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Comment=Mod manager with LOOT integration
|
||||
Name=Limo
|
||||
Categories=Utility;FileTools;
|
||||
Icon=io.github.limo_app.limo
|
||||
Exec=Limo
|
||||
Terminal=false
|
||||
67
flathub/io.github.limo_app.limo.metainfo.xml
Normal file
67
flathub/io.github.limo_app.limo.metainfo.xml
Normal file
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2024 Limo -->
|
||||
<component type="desktop-application">
|
||||
<id>io.github.limo_app.limo</id>
|
||||
|
||||
<developer id="io.github.limo-app">
|
||||
<name>Limo</name>
|
||||
</developer>
|
||||
|
||||
<name>Limo</name>
|
||||
<summary>Mod manager with LOOT integration</summary>
|
||||
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Limo is a general-purpose mod manager for games and other applications.
|
||||
Built-in support for the Load Order Optimization Tool (LOOT) allows modding various Bethesda titles such as Skyrim or Fallout 4.
|
||||
</p>
|
||||
<p>
|
||||
<p>Features:</p>
|
||||
<ul>
|
||||
<li>Multiple target directories per application</li>
|
||||
<li>Automatic adaptation of mod file names to prevent issues with case mismatches</li>
|
||||
<li>Auto-Tagging system for filtering</li>
|
||||
<li>Sort load order according to conflicts</li>
|
||||
<li>Import installed games from Steam</li>
|
||||
<li>Simple backup system</li>
|
||||
<li>LOOT integration</li>
|
||||
<li>NexusMods API support</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
For a guide on how to set up Limo, refer to the GitHub wiki page.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<url type="homepage">https://github.com/limo-app/limo</url>
|
||||
<url type="vcs-browser">https://github.com/limo-app/limo</url>
|
||||
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<releases>
|
||||
<release version="1.0" date="2024-08-13">
|
||||
<description>
|
||||
Initial release
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<launchable type="desktop-id">io.github.limo_app.limo.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/deployer.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/mods.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/app.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/plugins.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
</component>
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user