From 7031479af0bc4ddec598a9bf800400ff4e096e9f Mon Sep 17 00:00:00 2001 From: username227 <88214024+username227@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:57:40 -0400 Subject: [PATCH] Update CMakeLists.txt (#110) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 254b3e4f6..33fcb9f09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -453,7 +453,7 @@ endif() # http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html # http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html if (ENABLE_QT AND UNIX AND NOT APPLE) - install(FILES "${PROJECT_SOURCE_DIR}/dist/mandarine-qt.desktop" + install(FILES "${PROJECT_SOURCE_DIR}/dist/mandarine.desktop" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") install(FILES "${PROJECT_SOURCE_DIR}/dist/mandarine.svg" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps")