mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 21:33:11 -07:00
Merge pull request #115 from Snawoot/fix_ap
autopatch: change prefix for studio driver
This commit is contained in:
commit
eae172ea85
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def main():
|
|||
drv_prefix = {
|
||||
"100": "quadro_",
|
||||
"300": "",
|
||||
"301": "crd_",
|
||||
"301": "nsd_",
|
||||
}
|
||||
installer_basename = os.path.basename(args.installer_file)
|
||||
os_prefix = ('ws2012_x64' if 'winserv' in installer_basename.lower()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue