Added Support for setup system, added support for using Signing Certificate.

This commit is contained in:
Martin Barker
2023-02-23 21:57:52 +00:00
parent d42bf9a332
commit f5367c826d
12 changed files with 1209 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
xmlns:local="clr-namespace:TwitchDesktopNotifications"
xmlns:core="clr-namespace:TwitchDesktopNotifications.Core"
mc:Ignorable="d"
Title="Manage Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip">
Title="Twitchy: Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip">
<Window.DataContext>
<core:UIStreamer />
</Window.DataContext>