From 6491dc1bdeb8101f9c68c56be952fb1905133ecb Mon Sep 17 00:00:00 2001 From: deepend Date: Fri, 6 Feb 2026 00:03:08 -0700 Subject: [PATCH] Added JPEG runtime DLL patterns to the Windows release copy step so the build artifacts include JPEG dependencies required by GTK stack DLLs. Included JPEG runtime DLLs in the Windows installer payload to ensure they are shipped with both x86 and x64 packages. --- win32/copy/copy.vcxproj | 2 ++ win32/installer/zoitechat.iss.tt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index c77ad29f..4cffa143 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -45,7 +45,9 @@ + + diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt index af312201..6a3cfa96 100644 --- a/win32/installer/zoitechat.iss.tt +++ b/win32/installer/zoitechat.iss.tt @@ -140,7 +140,9 @@ Source: "libssl-*.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs Source: "libenchant.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs Source: "ffi-*.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs Source: "intl.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs +Source: "jpeg*.dll"; DestDir: "{app}"; Flags: ignoreversion skipifsourcedoesntexist; Components: libs Source: "libpng16.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs +Source: "libjpeg*.dll"; DestDir: "{app}"; Flags: ignoreversion skipifsourcedoesntexist; Components: libs Source: "libxml2-*.dll"; DestDir: "{app}"; Flags: ignoreversion skipifsourcedoesntexist; Components: libs Source: "xml2-*.dll"; DestDir: "{app}"; Flags: ignoreversion skipifsourcedoesntexist; Components: libs Source: "pango-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs