mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-11 01:28:01 +00:00
nv-driver-locator: add support for Windows Server drivers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user