diff --git a/CMakeLists.txt b/CMakeLists.txt index 324c3d8b..4f6613f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -391,7 +391,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") install(FILES res/synergy2.desktop DESTINATION share/applications) else() install(FILES res/synergy.desktop DESTINATION share/applications) - + endif() + install(FILES res/synergy.svg DESTINATION share/icons) endif()