diff --git a/GeekDesk.csproj b/GeekDesk.csproj index e722a40..38918aa 100644 --- a/GeekDesk.csproj +++ b/GeekDesk.csproj @@ -49,7 +49,7 @@ false - x64 + AnyCPU pdbonly true bin\Release\ @@ -67,7 +67,7 @@ false - Taskbar.ico + Logo.ico LocalIntranet @@ -544,6 +544,9 @@ false + + + diff --git a/Logo.ico b/Logo.ico new file mode 100644 index 0000000..4be52c6 Binary files /dev/null and b/Logo.ico differ diff --git a/MainWindow.xaml b/MainWindow.xaml index db98640..fe10974 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -88,7 +88,7 @@ - + @@ -146,7 +146,7 @@ /> - diff --git a/Resource/Image/TitleLogo.png b/Resource/Image/TitleLogo.png index f40cb79..1c4a24e 100644 Binary files a/Resource/Image/TitleLogo.png and b/Resource/Image/TitleLogo.png differ