From 1491a9318e33c2423d3b1101d4645f7f09b9a94d Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 26 Oct 2014 09:30:01 +0100 Subject: [PATCH] Install icon to hicolor directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b82733fc..38293ccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ install(TARGETS ${PROJECT_NAME} if(UNIX AND NOT APPLE) install(FILES src/icons/${PROJECT_NAME}.png - DESTINATION share/pixmaps/) + DESTINATION share/icons/hicolor/256x256/apps/) install(FILES distri/${PROJECT_NAME}.desktop DESTINATION share/applications/)