mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-13 08:05:58 +01:00
thanks ikalco
This commit is contained in:
parent
fe2fe1f359
commit
955ee5f1bb
1 changed files with 2 additions and 2 deletions
|
@ -308,8 +308,8 @@ install(TARGETS Hyprland)
|
|||
|
||||
install(CODE "execute_process( \
|
||||
COMMAND ${CMAKE_COMMAND} -E create_symlink \
|
||||
${CMAKE_INSTALL_BINDIR}/Hyprland \
|
||||
${CMAKE_INSTALL_BINDIR}/hyprland
|
||||
${CMAKE_INSTALL_FULL_BINDIR}/Hyprland \
|
||||
${CMAKE_INSTALL_FULL_BINDIR}/hyprland
|
||||
)"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue