nv-driver-locator: add support for Windows Server drivers

This commit is contained in:
Vladislav Yarmak
2019-05-19 23:34:11 +03:00
parent 4fdbee1340
commit 07691bbcd4
3 changed files with 12 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class OS(enum.Enum):
Windows7_64 = 19
Windows10_32 = 56
Windows10_64 = 57
WindowsServer2012R2_32 = 32
WindowsServer2012R2_64 = 44
def __str__(self):
return self.name