From 38566631b95b4c3f95e7b6b1df0c01452afb7aac Mon Sep 17 00:00:00 2001 From: bettermanbao <17328315+bettermanbao@users.noreply.github.com> Date: Tue, 30 Apr 2019 12:28:00 +0800 Subject: [PATCH] add a pretty bxc icon --- .gitignore | 1 + Window1.xaml | 4 ++-- bxc-bound.csproj | 4 ++-- bxc.ico | Bin 0 -> 6579 bytes 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 bxc.ico diff --git a/.gitignore b/.gitignore index cd42ee3..871e1f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bin/ obj/ +icon/ diff --git a/Window1.xaml b/Window1.xaml index 60b4977..ada3fe9 100644 --- a/Window1.xaml +++ b/Window1.xaml @@ -5,8 +5,8 @@ WindowStartupLocation="CenterScreen" ResizeMode="CanResize" Width="400" - Icon="favicon2.ico" - Title="博纳云节点绑定 v0.0.2"> + Title="博纳云节点绑定 v0.0.2" + Icon="bxc.ico">