mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-01-09 22:26:58 +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
|
Certified = 1
|
||||||
ODE = 2
|
ODE = 2
|
||||||
QNF = 3
|
QNF = 3
|
||||||
|
CRD = 4
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.name
|
return self.name
|
||||||
|
@ -70,6 +70,15 @@
|
|||||||
"certlevel": "Certified"
|
"certlevel": "Certified"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "nvidia_downloads",
|
||||||
|
"name": "downloads win creator ready",
|
||||||
|
"params": {
|
||||||
|
"os": "Windows10_64",
|
||||||
|
"product": "GeForce",
|
||||||
|
"certlevel": "CRD"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "nvidia_downloads",
|
"type": "nvidia_downloads",
|
||||||
"name": "downloads win beta",
|
"name": "downloads win beta",
|
||||||
|
Loading…
Reference in New Issue
Block a user