mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-11 01:28:01 +00:00
ndl: add WS{2016,2019}
This commit is contained in:
@@ -21,6 +21,8 @@ class OS(enum.Enum):
|
||||
Windows10_64 = 57
|
||||
WindowsServer2012R2_32 = 32
|
||||
WindowsServer2012R2_64 = 44
|
||||
WindowsServer2016 = 74
|
||||
WindowsServer2019 = 119
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
Reference in New Issue
Block a user