Use install programs to set correct permissions

This commit is contained in:
Victor Tran 2023-10-09 23:13:05 +11:00
parent 9f7e8a60e1
commit 27763874a0
No known key found for this signature in database

View file

@ -69,6 +69,6 @@ install(FILES ${CMAKE_BINARY_DIR}/thedesk.desktop
install(FILES ${CMAKE_BINARY_DIR}/thedesk-wayland.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/wayland-sessions)
install(FILES ${CMAKE_BINARY_DIR}/start-thedesk-wayland
install(PROGRAMS ${CMAKE_BINARY_DIR}/start-thedesk-wayland
DESTINATION ${CMAKE_INSTALL_BINDIR})