Skip to content

Commit

Permalink
Fix the shaders install directory
Browse files Browse the repository at this point in the history
This should fix #131
  • Loading branch information
matinlotfali authored Jan 11, 2024
1 parent 35156dc commit a1c3b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ else()
)
endif()

install(DIRECTORY shaders DESTINATION ${KDE_INSTALL_DATADIR}/kwin/shaders)
install(DIRECTORY shaders DESTINATION ${KDE_INSTALL_DATADIR}/kwin)

0 comments on commit a1c3b82

Please sign in to comment.