From 906340598c880fb6df1907d3bd1956d91bc974a7 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Wed, 8 Apr 2020 18:26:17 +0200 Subject: [PATCH] Install icon under share/icons --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe87293..77367d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,7 +224,7 @@ else() endif() install(TARGETS rpi-imager DESTINATION bin) - install(FILES icons/rpi-imager.png DESTINATION share/pixmaps) + install(FILES icons/rpi-imager.png DESTINATION share/icons/hicolor/128x128/apps) install(FILES linux/rpi-imager.desktop DESTINATION share/applications) endif()