From ae2757c515c0256f814ffcf24bd5b1c7db6c4c7c Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 20:55:48 -0700 Subject: [PATCH] Add Lua runtime and share directory conditions --- win32/zoitechat.props | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/win32/zoitechat.props b/win32/zoitechat.props index 1d2868f9..d9ded028 100644 --- a/win32/zoitechat.props +++ b/win32/zoitechat.props @@ -41,7 +41,14 @@ luajit-5.1 luajit true - false + lua51.dll + luajit-5.1.dll + luajit.dll + $(DepsRoot)\share\lua\2.1 + $(DepsRoot)\share\lua\5.1 + $(DepsRoot)\lib\lua\2.1 + $(DepsRoot)\lib\lua\5.1 + false "$(DepsRoot)\bin\glib-genmarshal.exe" "$(Python3Path)\python.exe" "$(DepsRoot)\bin\glib-genmarshal" $(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2