Commit ed2642e8 authored by Snawoot's avatar Snawoot Committed by GitHub

Merge pull request #152 from Snawoot/ndl_w7_quadro

ndl: look for both certified and beta windows 7 drivers
parents 4468c1c4 8a481562
......@@ -191,7 +191,7 @@
},
{
"type": "nvidia_downloads",
"name": "downloads win7 stable",
"name": "downloads win7 stable all",
"params": {
"os": "Windows7_64",
"product": "GeForce",
......@@ -200,13 +200,31 @@
},
{
"type": "nvidia_downloads",
"name": "downloads win7 quadro stable",
"name": "downloads win7 stable certified",
"params": {
"os": "Windows7_64",
"product": "GeForce",
"certlevel": "Certified"
}
},
{
"type": "nvidia_downloads",
"name": "downloads win7 quadro all",
"params": {
"os": "Windows7_64",
"product": "Quadro",
"certlevel": "All"
}
},
{
"type": "nvidia_downloads",
"name": "downloads win7 quadro certified",
"params": {
"os": "Windows7_64",
"product": "Quadro",
"certlevel": "Certified"
}
},
{
"type": "cuda_downloads",
"name": "cuda toolkit tracker",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment