From 1c39d7b9adb9f36d17d5645a23e6ce43fcc6b81a Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 24 Feb 2026 15:56:29 -0700 Subject: [PATCH] Added hexchat.py to the Windows packaging copy step so the compatibility module is shipped alongside xchat.py/zoitechat.py in ZoiteChatRel\python, which resolves import hexchat failures for HexChat-style addons on Windows builds. Added hexchat.py to the Visual Studio Python plugin project item list so it is tracked consistently in the Windows project metadata. Added hexchat.py to the corresponding .vcxproj.filters entries under Source Files for IDE consistency. --- plugins/python/python3.vcxproj | 1 + plugins/python/python3.vcxproj.filters | 5 ++++- win32/copy/copy.vcxproj | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/python/python3.vcxproj b/plugins/python/python3.vcxproj index 27da912c..5176bbe3 100644 --- a/plugins/python/python3.vcxproj +++ b/plugins/python/python3.vcxproj @@ -67,6 +67,7 @@ + diff --git a/plugins/python/python3.vcxproj.filters b/plugins/python/python3.vcxproj.filters index f9403a4a..8427fee4 100644 --- a/plugins/python/python3.vcxproj.filters +++ b/plugins/python/python3.vcxproj.filters @@ -30,5 +30,8 @@ Source Files + + Source Files + - \ No newline at end of file + diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 241dab13..7daaf763 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -114,6 +114,7 @@ +