mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 14:52:28 -04:00
retroshare-service CMake fix icons install path
This commit is contained in:
parent
95ad01c4db
commit
737eecad9e
1 changed files with 5 additions and 3 deletions
|
@ -116,15 +116,17 @@ if(RS_SERVICE_DESKTOP)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES data/retroshare-service_48x48.png
|
FILES data/retroshare-service_48x48.png
|
||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps/retroshare-service.png )
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps/
|
||||||
|
RENAME retroshare-service.png)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES data/retroshare-service_128x128.png
|
FILES data/retroshare-service_128x128.png
|
||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps/retroshare-service.png )
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps/
|
||||||
|
RENAME retroshare-service.png )
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES data/retroshare-service.desktop
|
FILES data/retroshare-service.desktop
|
||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/data/retroshare-service.desktop )
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/data/ )
|
||||||
endif(UNIX AND NOT APPLE)
|
endif(UNIX AND NOT APPLE)
|
||||||
endif(RS_SERVICE_DESKTOP)
|
endif(RS_SERVICE_DESKTOP)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue