diff --git a/.vs/UWPHook/v14/.suo b/.vs/UWPHook/v14/.suo index 26ce140..c78249f 100644 Binary files a/.vs/UWPHook/v14/.suo and b/.vs/UWPHook/v14/.suo differ diff --git a/README.md b/README.md index 49fde67..b64cb97 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # UWPHook + +![](http://imgur.com/gWwR02D.png) + Small project to link UWP games to Steam If you want to add Windows Store Games to Steam to show up on your Status you need to do a bit of a warkaround because Steam can't see UWP apps, this program aims to simplify a little bit the process where it is possible by automating the scripting and launching. diff --git a/UWPHook/1_cJz_icon.ico b/UWPHook/1_cJz_icon.ico new file mode 100644 index 0000000..6862940 Binary files /dev/null and b/UWPHook/1_cJz_icon.ico differ diff --git a/UWPHook/Iconsmind-Outline-Link-2.ico b/UWPHook/Iconsmind-Outline-Link-2.ico deleted file mode 100644 index f86744b..0000000 Binary files a/UWPHook/Iconsmind-Outline-Link-2.ico and /dev/null differ diff --git a/UWPHook/MainWindow.xaml b/UWPHook/MainWindow.xaml index 7ebd34b..5778d7d 100644 --- a/UWPHook/MainWindow.xaml +++ b/UWPHook/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:UWPHook" mc:Ignorable="d" - Title="UWPHook" Height="350" Width="525" Loaded="Window_Loaded"> + Title="UWPHook" Height="350" Width="525" Loaded="Window_Loaded" Icon="1_cJz_icon.ico"> @@ -38,7 +38,7 @@