Install icon under share/icons

This commit is contained in:
Ghislain Antony Vaillant 2020-04-08 18:26:17 +02:00 committed by GitHub
parent 0264af9b73
commit 906340598c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ else()
endif() endif()
install(TARGETS rpi-imager DESTINATION bin) 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) install(FILES linux/rpi-imager.desktop DESTINATION share/applications)
endif() endif()