From f90783c298f4be7d912415c60be6a67c792f5792 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 17 Feb 2026 20:47:20 -0700 Subject: [PATCH] Updated Windows packaging to include all dependency-provided icon assets by adding a new DepsRootIcons item ($(DepsRoot)\share\icons\**\*) in win32/copy/copy.vcxproj. Added a corresponding copy step so those icons are emitted into the Windows release tree at $(ZoiteChatRel)\share\icons\..., ensuring parity with Linux icon availability in installed builds. --- win32/copy/copy.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 3ef04afe..63cc564c 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -86,6 +86,7 @@ + @@ -96,6 +97,7 @@ + @@ -114,4 +116,3 @@ -