mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Use install programs to set correct permissions
This commit is contained in:
parent
9f7e8a60e1
commit
27763874a0
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue