From add04821c734c31001e6b68e309ac1c2a499e4be Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 21 Oct 2024 17:44:44 +0900 Subject: [PATCH] Fix location of desktop file to be aligned with other applications Signed-off-by: Michele Calgaro --- interfaces/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/CMakeLists.txt b/interfaces/CMakeLists.txt index be8c2e3..39872d6 100644 --- a/interfaces/CMakeLists.txt +++ b/interfaces/CMakeLists.txt @@ -50,4 +50,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.impl.portal.desktop.td DESTINATION ${DBUS_SESSION_DIRECTORY}) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/xdg-desktop-portal-tde.desktop - DESTINATION ${SHARE_INSTALL_PREFIX}/applications) \ No newline at end of file + DESTINATION ${XDG_APPS_INSTALL_DIR})