mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1005 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1005 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "25.01",
 | 
						|
    "description": "A post-modern modal text editor",
 | 
						|
    "homepage": "https://helix-editor.com",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/helix-editor/helix/releases/download/25.01/helix-25.01-x86_64-windows.zip",
 | 
						|
            "hash": "1a7fa886a7d1a9ca121dd7e2da00f9fae95752c1ed3978066a69b68575a016a4",
 | 
						|
            "extract_dir": "helix-25.01-x86_64-windows"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "hx.exe",
 | 
						|
        [
 | 
						|
            "hx.exe",
 | 
						|
            "helix"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/helix-editor/helix"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/helix-editor/helix/releases/download/$version/helix-$version-x86_64-windows.zip",
 | 
						|
                "extract_dir": "helix-$version-x86_64-windows"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |