diff --git a/CMakeLists.txt b/CMakeLists.txt index 208ed530..2ae68973 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -497,7 +497,7 @@ if(UNIX) DESTINATION share/applications/) install(FILES distri/${PROJECT_NAME}.desktop.appdata.xml - DESTINATION share/appdata/) + DESTINATION share/metainfo/) endif(UNIX) if(WIN32 AND MSVC) diff --git a/src/src.pro b/src/src.pro index ad3ab7e3..c1469348 100644 --- a/src/src.pro +++ b/src/src.pro @@ -287,7 +287,7 @@ unix { desktop.path = $$DATADIR/applications/ desktop.files = ../distri/sqlitebrowser.desktop INSTALLS += desktop - appdata.path = $$DATADIR/appdata/ + appdata.path = $$DATADIR/metainfo/ appdata.files = ../distri/sqlitebrowser.desktop.appdata.xml INSTALLS += appdata }