From 877b45029e1f506f98a07da555d074792ce2f01b Mon Sep 17 00:00:00 2001 From: home-PC Date: Tue, 19 May 2026 01:53:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(release):=20=E4=BF=AE=E5=A4=8D=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=8C=85=E5=90=AF=E5=8A=A8=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除主窗口对外部 app.ico 文件的 XAML 引用,避免 zip 发布包缺少图标资源时启动失败。 重新验证发布目录可启动,并保留 zip 作为 v0.1.0 发布资产。 --- MainWindow.xaml | 1 - 1 file changed, 1 deletion(-) diff --git a/MainWindow.xaml b/MainWindow.xaml index da49b20..c58d591 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -5,7 +5,6 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" Title="Omni-Notify" - Icon="app.ico" MinHeight="680" MinWidth="1040" Height="760"