add flathub logo

This commit is contained in:
Limo
2024-08-13 17:07:43 +02:00
parent 554a12996c
commit 85e62d01ff
3 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
option(IS_FLATPAK "Whether this is being built for a flatpak." OFF)
# jsoncpp
find_package(PkgConfig REQUIRED)
pkg_check_modules(JSONCPP jsoncpp)
@@ -244,3 +246,8 @@ target_link_libraries(Limo
install(TARGETS Limo
BUNDLE DESTINATION .
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
if(IS_FLATPAK)
install(FILES resources/io.github.limo_app.limo.png
DESTINATION /app/share/icons/hicolor/512x512/apps)
endif()

View File

@@ -27,6 +27,16 @@ General purpose mod manager primarily developed for Linux with support for the [
## Installation
## (Optional) Unrar
Limo uses libarchive in order to extract compressed mods. Because this currently does not work for certain RAR5 archives,
you can optionally install the unrar package and enter the path to its binary into the Limo settings dialog (if not detected automatically).
Unfortunately unrar is not open source software and seems to be the only reliable way to unpack those archives.
On Debian based systems unrar can be installed like this:
```
sudo apt install unrar
```
### Build from source
#### Install the dependencies

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB