thanks ikalco

This commit is contained in:
Vaxry 2024-07-12 18:52:08 +02:00
parent ab62ff07a6
commit 0a4b7b8e31

View File

@ -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
)"
)