mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	jx: updated executable name in shim definition (#212)
* jx: updated executable name in shim definition Starting from version 2.0.340, the executable is named just jx.exe, not jx-windows-amd64.exe. Due to this change, a shim for the executable is not correctly created, which results in an incomplete installation. This commit should fix this behaviour. * jx: simplified executable definition
This commit is contained in:
		
							parent
							
								
									c1441d331a
								
							
						
					
					
						commit
						1552173626
					
				@ -9,12 +9,7 @@
 | 
			
		||||
            "hash": "40053129cb627500e17191675970c75332860a9f97cd367ad7941cabf4dcaa3b"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": [
 | 
			
		||||
        [
 | 
			
		||||
            "jx-windows-amd64.exe",
 | 
			
		||||
            "jx"
 | 
			
		||||
        ]
 | 
			
		||||
    ],
 | 
			
		||||
    "bin": "jx.exe",
 | 
			
		||||
    "checkver": "github",
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user