mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Merge pull request #52 from ghisvail/patch-1
Install icon under share/icons
This commit is contained in:
commit
528243c050
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue