mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
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.
This commit is contained in:
@@ -45,7 +45,9 @@
|
||||
<None Include="$(DepsRoot)\bin\libenchant.dll" />
|
||||
<None Include="$(DepsRoot)\bin\ffi-*.dll" />
|
||||
<None Include="$(DepsRoot)\bin\intl.dll" />
|
||||
<None Include="$(DepsRoot)\bin\jpeg*.dll" />
|
||||
<None Include="$(DepsRoot)\bin\libpng16.dll" />
|
||||
<None Include="$(DepsRoot)\bin\libjpeg*.dll" />
|
||||
<None Include="$(DepsRoot)\bin\libxml2-*.dll" />
|
||||
<None Include="$(DepsRoot)\bin\pango-1.0-0.dll" />
|
||||
<None Include="$(DepsRoot)\bin\pangocairo-1.0-0.dll" />
|
||||
|
||||
Reference in New Issue
Block a user