fix: use metainfo.xml suffix instead of appdata.xml

resolve: GH-30
This commit is contained in:
Gary Wang 2021-05-19 01:11:36 +08:00
parent 038d04b3da
commit 8b86fb1434
2 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ elseif (UNIX)
# install app metadata file for appstream (and some other stuff using this metadata like snapcraft)
install (
FILES dist/appstream/net.blumia.pineapple-pictures.appdata.xml
FILES dist/appstream/net.blumia.pineapple-pictures.metainfo.xml
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/metainfo"
)
endif()