mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-11-04 14:42:03 +00:00 
			
		
		
		
	ipfs: proper paths
This commit is contained in:
		
							
								
								
									
										552
									
								
								drivers.json
									
									
									
									
									
								
							
							
						
						
									
										552
									
								
								drivers.json
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -53,11 +53,11 @@ def parse_args():
 | 
			
		||||
                          default=WinSeries.win10,
 | 
			
		||||
                          help="Windows series")
 | 
			
		||||
    win_opts.add_argument("--patch32",
 | 
			
		||||
                          default="win/${winseries}_x64/"
 | 
			
		||||
                          default="${winseries}_x64/"
 | 
			
		||||
                          "${drvprefix}${version}/nvencodeapi.1337",
 | 
			
		||||
                          help="template for Windows 32bit patch URL")
 | 
			
		||||
    win_opts.add_argument("--patch64",
 | 
			
		||||
                          default="win/${winseries}_x64/"
 | 
			
		||||
                          default="${winseries}_x64/"
 | 
			
		||||
                          "${drvprefix}${version}/nvencodeapi64.1337",
 | 
			
		||||
                          help="template for Windows 64bit patch URL")
 | 
			
		||||
    win_opts.add_argument("--skip-patch-check",
 | 
			
		||||
 
 | 
			
		||||
@@ -56,4 +56,4 @@ DRIVER_DIR_PREFIX = {
 | 
			
		||||
    (Product.Quadro, ''): 'quadro_',
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
REPO_BASE = "https://raw.githubusercontent.com/keylase/nvidia-patch/master/"
 | 
			
		||||
REPO_BASE = "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user