mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
retroshare-service CMake fix icons install path
This commit is contained in:
parent
95ad01c4db
commit
737eecad9e
@ -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…
Reference in New Issue
Block a user