From 20752fbc41ecc06d095b00da34a9909b7f58c58d Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sat, 3 Sep 2022 19:21:45 +0200 Subject: [PATCH] chore(set_paths): add teal types and build paths --- set_paths.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/set_paths.lua b/set_paths.lua index 54c6239..388addf 100644 --- a/set_paths.lua +++ b/set_paths.lua @@ -9,7 +9,8 @@ local function lua_module_paths(module_base_path) end package.path = lua_module_paths("lua_modules/share/lua/" .. version) - .. lua_module_paths "src/awesomewm.d.tl" + .. lua_module_paths "types" + .. lua_module_paths "build/awesomewm.d.tl" .. package.path package.cpath = "lua_modules/lib/lua/" .. version .. "/?.so;" .. package.cpath