nv-driver-locator: support for creator ready driver

This commit is contained in:
Vladislav Yarmak 2019-04-03 01:51:01 +03:00
parent 0ab44d4ec1
commit 49e2cf2021
2 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class CertLevel(enum.Enum):
Certified = 1
ODE = 2
QNF = 3
CRD = 4
def __str__(self):
return self.name

View File

@ -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",