mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add metainfo file with AppImage deploy
This commit is contained in:
parent
09aba68f94
commit
4d9e0d9ec4
@ -105,6 +105,10 @@ file (RENAME "${CMAKE_BINARY_DIR}/share/doc/planetblupi/LICENSE.all"
|
|||||||
|
|
||||||
if (BUILD_LINUX)
|
if (BUILD_LINUX)
|
||||||
file (COPY resources/icon/hicolor DESTINATION share/icons)
|
file (COPY resources/icon/hicolor DESTINATION share/icons)
|
||||||
|
file (
|
||||||
|
COPY resources/linux/${PB_PACKAGE_NAME}.appdata.xml
|
||||||
|
DESTINATION share/metainfo
|
||||||
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Windows stuff
|
# Windows stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user