Move appstream metadate to new location
This commit is contained in:
@@ -224,9 +224,9 @@ endif()
|
|||||||
if(NOT DEFINED APPDATADIR)
|
if(NOT DEFINED APPDATADIR)
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
if(BUILD_BUNDLE)
|
if(BUILD_BUNDLE)
|
||||||
set(APPDATADIR "${DATADIR}/share/appdata")
|
set(APPDATADIR "${DATADIR}/share/metainfo")
|
||||||
else()
|
else()
|
||||||
set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/appdata")
|
set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/metainfo")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user