mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	mtn: Fix bin path for v3.5.0 (#5542)
* mtn: Fix bin path for v3.5.0 * Actually fix `bin` path
This commit is contained in:
		
							parent
							
								
									9c34eed623
								
							
						
					
					
						commit
						1b3df3bd01
					
				@ -13,7 +13,7 @@
 | 
				
			|||||||
            "extract_dir": "mtn-win64"
 | 
					            "extract_dir": "mtn-win64"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": "bin\\mtn.exe",
 | 
					    "bin": "mtn.exe",
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
 | 
					        "url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
 | 
				
			||||||
        "regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"
 | 
					        "regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user