From d09490b6201e312bcd13c7a7bcfab002e6db4ef7 Mon Sep 17 00:00:00 2001 From: Limo Date: Tue, 13 Aug 2024 17:33:53 +0200 Subject: [PATCH] add flathub files --- CMakeLists.txt | 6 +- flathub/io.github.limo_app.limo.desktop | 9 +++ flathub/io.github.limo_app.limo.metainfo.xml | 67 ++++++++++++++++++ .../io.github.limo_app.limo.png | Bin 4 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 flathub/io.github.limo_app.limo.desktop create mode 100644 flathub/io.github.limo_app.limo.metainfo.xml rename {resources => flathub}/io.github.limo_app.limo.png (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index e14ee27..3ba2410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/flathub/io.github.limo_app.limo.desktop b/flathub/io.github.limo_app.limo.desktop new file mode 100644 index 0000000..56b8db2 --- /dev/null +++ b/flathub/io.github.limo_app.limo.desktop @@ -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 diff --git a/flathub/io.github.limo_app.limo.metainfo.xml b/flathub/io.github.limo_app.limo.metainfo.xml new file mode 100644 index 0000000..1de7a38 --- /dev/null +++ b/flathub/io.github.limo_app.limo.metainfo.xml @@ -0,0 +1,67 @@ + + + + io.github.limo_app.limo + + + Limo + + + Limo + Mod manager with LOOT integration + + MIT + GPL-3.0-or-later + + +

+ 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. +

+

+

Features:

+
    +
  • Multiple target directories per application
  • +
  • Automatic adaptation of mod file names to prevent issues with case mismatches
  • +
  • Auto-Tagging system for filtering
  • +
  • Sort load order according to conflicts
  • +
  • Import installed games from Steam
  • +
  • Simple backup system
  • +
  • LOOT integration
  • +
  • NexusMods API support
  • +
+

+

+ For a guide on how to set up Limo, refer to the GitHub wiki page. +

+
+ + https://github.com/limo-app/limo + https://github.com/limo-app/limo + + + + + + + Initial release + + + + + io.github.limo_app.limo.desktop + + + https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/deployer.png + + + https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/mods.png + + + https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/app.png + + + https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/plugins.png + + +
diff --git a/resources/io.github.limo_app.limo.png b/flathub/io.github.limo_app.limo.png similarity index 100% rename from resources/io.github.limo_app.limo.png rename to flathub/io.github.limo_app.limo.png