mirror of
https://github.com/limo-app/limo.git
synced 2025-12-23 23:07:52 -05:00
fix flatpak files
This commit is contained in:
@@ -248,10 +248,10 @@ install(TARGETS Limo
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
if(IS_FLATPAK)
|
||||
install(FILES flathub/io.github.limo_app.limo.png
|
||||
install(FILES flatpak/io.github.limo_app.limo.png
|
||||
DESTINATION /app/share/icons/hicolor/512x512/apps)
|
||||
install(FILES flathub/io.github.limo_app.limo.metainfo.xml
|
||||
install(FILES flatpak/io.github.limo_app.limo.metainfo.xml
|
||||
DESTINATION /app/share/metainfo)
|
||||
install(FILES flathub/io.github.limo_app.limo.desktop
|
||||
install(FILES flatpak/io.github.limo_app.limo.desktop
|
||||
DESTINATION /app/share/applications)
|
||||
endif()
|
||||
|
||||
@@ -5,5 +5,5 @@ Comment=Mod manager with LOOT integration
|
||||
Name=Limo
|
||||
Categories=Utility;FileTools;
|
||||
Icon=io.github.limo_app.limo
|
||||
Exec=Limo
|
||||
Exec=Limo %u
|
||||
Terminal=false
|
||||
@@ -52,16 +52,16 @@
|
||||
<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>
|
||||
<image>https://limo-app.github.io/limo/deployer.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/mods.png</image>
|
||||
<image>https://limo-app.github.io/limo/mods.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/app.png</image>
|
||||
<image>https://limo-app.github.io/limo/app.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/limo-app/limo/blob/554a12996c27dbfe7a3ffb9b0d61532ab58de270/screenshots/plugins.png</image>
|
||||
<image>https://limo-app.github.io/limo/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