From 3a4ee148bfaf2c804a61bb947820ee0df9b9494b Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 13 Aug 2026 02:29:46 +0200 Subject: [PATCH] fix cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88f0e3c..afec7ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ if("plugin" IN_LIST ENABLE_MODULES) endif() if("shell" IN_LIST ENABLE_MODULES) - foreach(dir assets scripts Components Config Modules Daemons Drawers Effects Helpers Paths) + foreach(dir assets scripts Components Modules Daemons Drawers Effects Helpers Paths) install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}") endforeach()