fix flatpak files

This commit is contained in:
Limo
2024-08-13 18:32:45 +02:00
parent b80180933c
commit 3776ddc7c8
4 changed files with 8 additions and 8 deletions

View File

@@ -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()

View File

@@ -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

View File

@@ -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>

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB