Merge pull request #52 from ghisvail/patch-1

Install icon under share/icons
This commit is contained in:
maxnet
2020-05-23 17:54:37 +02:00
committed by GitHub
+1 -1
View File
@@ -230,7 +230,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()