mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-12-22 21:03:35 +00:00
nv-driver-locator: support for creator ready driver
This commit is contained in:
parent
0ab44d4ec1
commit
49e2cf2021
@ -34,6 +34,7 @@ class CertLevel(enum.Enum):
|
||||
Certified = 1
|
||||
ODE = 2
|
||||
QNF = 3
|
||||
CRD = 4
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
@ -70,6 +70,15 @@
|
||||
"certlevel": "Certified"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "nvidia_downloads",
|
||||
"name": "downloads win creator ready",
|
||||
"params": {
|
||||
"os": "Windows10_64",
|
||||
"product": "GeForce",
|
||||
"certlevel": "CRD"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "nvidia_downloads",
|
||||
"name": "downloads win beta",
|
||||
|
Loading…
Reference in New Issue
Block a user