From 9bdf654cbca479a9bb6ee497c7d823c4d712f7a4 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 17 Feb 2026 21:46:46 -0700 Subject: [PATCH] =?UTF-8?q?Fixed=20the=20Windows=20packaging=20pipeline=20?= =?UTF-8?q?to=20include=20the=20app=E2=80=99s=20bundled=20menu=20icons=20f?= =?UTF-8?q?rom=20data/icons/menu/**=20by=20adding=20a=20dedicated=20ZoiteC?= =?UTF-8?q?hatMenuIcons=20item=20group=20in=20the=20copy=20project.=20This?= =?UTF-8?q?=20ensures=20both=20light=20and=20dark=20menu=20icon=20files=20?= =?UTF-8?q?are=20staged=20during=20Windows=20builds.=20Added=20an=20explic?= =?UTF-8?q?it=20copy=20step=20that=20places=20those=20menu=20icons=20into?= =?UTF-8?q?=20$(ZoiteChatRel)\share\icons\menu\...,=20which=20is=20already?= =?UTF-8?q?=20included=20by=20the=20installer=E2=80=99s=20share\icons\*=20?= =?UTF-8?q?rule,=20so=20they=20now=20get=20installed=20on=20Windows.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5830519a..241dab13 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -90,6 +90,7 @@ + @@ -103,6 +104,7 @@ + @@ -120,4 +122,3 @@ -