Update obsolete usages in line with Clowd.Squirrel changes

This commit is contained in:
Dean Herbert
2022-03-02 17:11:24 +09:00
parent 411252e004
commit 6a4d731eb3
2 changed files with 15 additions and 6 deletions

View File

@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
@ -96,6 +97,8 @@ namespace osu.Desktop
switch (RuntimeInfo.OS)
{
case RuntimeInfo.Platform.Windows:
Debug.Assert(OperatingSystem.IsWindows());
return new SquirrelUpdateManager();
default: