aboutsummaryrefslogtreecommitdiff
path: root/src/app/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/CMakeLists.txt')
-rw-r--r--src/app/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index 26fabf6df..7736b85a2 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -41,6 +41,6 @@ install(FILES images/48x48/qmmp.png DESTINATION share/icons/hicolor/48x48/apps)
install(FILES images/scalable/qmmp.svgz images/scalable/qmmp-simple.svgz DESTINATION share/icons/hicolor/scalable/apps)
IF(USE_DIR_ASSOC)
-install(FILES qmmp_enqueue.desktop DESTINATION share/applications)
-install(FILES qmmp_dir.desktop DESTINATION share/applications)
+install(FILES qmmp-enqueue.desktop DESTINATION share/applications)
+install(FILES qmmp-dir.desktop DESTINATION share/applications)
ENDIF(USE_DIR_ASSOC)