mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "24.11.21",
 | 
						|
    "description": "A platform for building proxies to bypass network restrictions",
 | 
						|
    "homepage": "https://github.com/XTLS/Xray-core",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/XTLS/Xray-core/releases/download/v24.11.21/Xray-windows-64.zip",
 | 
						|
            "hash": "92cdf85e550a69be06f1420a4982e8ec7fe918efe8185b551b48e2fc4767343f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/XTLS/Xray-core/releases/download/v24.11.21/Xray-windows-32.zip",
 | 
						|
            "hash": "322ee74c970f837cedccb47ba1b2cb68442e65d1726a1e18cf0230a1f02f02fc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": [
 | 
						|
        "if (!(Test-Path \"$persist_dir\\config.json\")) {",
 | 
						|
        "    Set-Content \"$dir\\config.json\" '{}' -Encoding 'Ascii'",
 | 
						|
        "}"
 | 
						|
    ],
 | 
						|
    "bin": "xray.exe",
 | 
						|
    "persist": "config.json",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-32.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |