mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-11-04 06:32:02 +00:00 
			
		
		
		
	Merge pull request #115 from Snawoot/fix_ap
autopatch: change prefix for studio driver
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user