mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
even though we will probably never run on XP, this silences CA1416
This commit is contained in:
@@ -22,7 +22,7 @@ namespace DepotDownloader
|
||||
{
|
||||
PrintUsage();
|
||||
|
||||
if (OperatingSystem.IsWindows())
|
||||
if (OperatingSystem.IsWindowsVersionAtLeast(5, 0))
|
||||
{
|
||||
PlatformUtilities.VerifyConsoleLaunch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user