Build: Skipping WindowsHost build on non-windows devices

This commit is contained in:
Zoe Roux
2021-08-22 20:26:52 +02:00
parent daedd60f3d
commit 3b85962dfd
7 changed files with 56 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using Autofac;
using Microsoft.Extensions.Hosting;
using Microsoft.Win32;
namespace Kyoo.Host.Windows
namespace Kyoo.WindowsHost
{
public static class Program
{