move desktop to custom/

This commit is contained in:
Davide Gerhard 2019-05-01 18:22:24 +02:00
parent d488b4d912
commit 59c6193a49
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
5 changed files with 2 additions and 2 deletions

View File

@ -317,8 +317,8 @@ endif()
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(DIRECTORY custom/udev-rules DESTINATION share/sdrangel)
install(FILES udev-rules/install.sh DESTINATION share/sdrangel/udev-rules PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
install(FILES desktop/sdrangel.desktop DESTINATION share/applications)
install(FILES desktop/sdrangel_icon.png DESTINATION share/pixmaps)
install(FILES custom/desktop/sdrangel.desktop DESTINATION share/applications)
install(FILES custom/desktop/sdrangel_icon.png DESTINATION share/pixmaps)
endif()
############ uninstall target ################

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB