mirror of
https://github.com/limo-app/limo.git
synced 2025-12-23 23:07:52 -05:00
add flathub logo
This commit is contained in:
@@ -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()
|
||||
|
||||
10
README.md
10
README.md
@@ -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
|
||||
|
||||
BIN
resources/io.github.limo_app.limo.png
Normal file
BIN
resources/io.github.limo_app.limo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user