[qrvthtool] CMakeLists.txt: Fix source path for com.gerbilsoft.qrvthtool.metainfo.xml.

This commit is contained in:
David Korth 2025-06-16 23:16:43 -04:00
parent 8801fb9432
commit 6abbec0522

View File

@ -413,7 +413,7 @@ ENDIF(DIR_INSTALL_XDG_DESKTOP)
# AppStream metainfo XML
IF(DIR_INSTALL_XDG_APPSTREAM)
INSTALL(FILES com.gerbilsoft.qrvthtool.metainfo.xml
INSTALL(FILES resources/xdg/com.gerbilsoft.qrvthtool.metainfo.xml
DESTINATION "${DIR_INSTALL_XDG_APPSTREAM}"
COMPONENT "xdg")
ENDIF(DIR_INSTALL_XDG_APPSTREAM)