diff options
Diffstat (limited to 'data/icons/CMakeLists.txt')
-rw-r--r-- | data/icons/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 41539898b..2d5a0a899 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -1,7 +1,7 @@ SET(FILES - manaplus.png + manaplus.svg ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) -INSTALL(FILES "manaplus.png" DESTINATION share/pixmaps) +INSTALL(FILES "manaplus.svg" DESTINATION share/icons/hicolor/scalable/apps) |