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
commit 528243c050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,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()