From 03d7c9cbd015cfe22bedde01fd5f73ad3245a531 Mon Sep 17 00:00:00 2001 From: gamewhale Date: Thu, 21 May 2026 11:33:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(release):=20=E7=A7=BB=E9=99=A4=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=8C=85=E4=B8=AD=E7=9A=84=E5=A4=96=E7=BD=AE=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 app.ico 从发布 Content 改为 WPF Resource,避免 release zip 中出现独立图标文件。 - 保留 ApplicationIcon 的 exe 图标嵌入能力,同时让窗口图标继续从应用资源加载。 - 重新生成 v0.1.0 的 win-x64 framework-dependent 多文件发布包。 --- OmniScheduler/OmniScheduler.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmniScheduler/OmniScheduler.csproj b/OmniScheduler/OmniScheduler.csproj index f9742df..9889459 100644 --- a/OmniScheduler/OmniScheduler.csproj +++ b/OmniScheduler/OmniScheduler.csproj @@ -11,7 +11,7 @@ - +