Skip to content

Commit

Permalink
thanks ikalco
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 13, 2024
1 parent ba032c4 commit ef0c877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)"
)

Expand Down

0 comments on commit ef0c877

Please sign in to comment.