diff --git a/.gitattributes b/.gitattributes index 53973fd..f29ee97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ Tricycle.UI.macOS/Resources/Tools/FFmpeg/ffmpeg filter=lfs diff=lfs merge=lfs -t *.tar.gz filter=lfs diff=lfs merge=lfs -text *.tar.bz2 filter=lfs diff=lfs merge=lfs -text *.exe filter=lfs diff=lfs merge=lfs -text +*.ico filter=lfs diff=lfs merge=lfs -text diff --git a/Tricycle.UI.Windows/Assets/Images/tricycle.ico b/Tricycle.UI.Windows/Assets/Images/tricycle.ico new file mode 100644 index 0000000..9ecabf4 --- /dev/null +++ b/Tricycle.UI.Windows/Assets/Images/tricycle.ico @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323488eee9afc3f7b8b02206d2706b2aa517fc5a78ec305565b1d323f46cc6e5 +size 34635 diff --git a/Tricycle.UI.Windows/MainWindow.xaml b/Tricycle.UI.Windows/MainWindow.xaml index c6b1720..ae11e44 100644 --- a/Tricycle.UI.Windows/MainWindow.xaml +++ b/Tricycle.UI.Windows/MainWindow.xaml @@ -6,5 +6,5 @@ xmlns:wpf="clr-namespace:Xamarin.Forms.Platform.WPF;assembly=Xamarin.Forms.Platform.WPF" xmlns:local="clr-namespace:Tricycle.UI.Windows" mc:Ignorable="d" - Title="Tricycle" Height="730" Width="1040"> + Title="Tricycle" Height="730" Width="1040" Icon="Assets/Images/tricycle.ico"> diff --git a/Tricycle.UI.Windows/Tricycle.UI.Windows.csproj b/Tricycle.UI.Windows/Tricycle.UI.Windows.csproj index 37f836b..fb840d2 100644 --- a/Tricycle.UI.Windows/Tricycle.UI.Windows.csproj +++ b/Tricycle.UI.Windows/Tricycle.UI.Windows.csproj @@ -37,6 +37,9 @@ prompt 4 + + Assets\Images\tricycle.ico + ..\packages\Iso639.1.0.0\lib\netstandard2.0\Iso639.dll @@ -172,6 +175,7 @@ + Always