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": "1.7.5",
 | 
						|
    "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/v1.7.5/Xray-windows-64.zip",
 | 
						|
            "hash": "3ec029d8db25bae76e30027ad796a08ca830a8dce71d0a02b16b18d0f5002cdb"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/XTLS/Xray-core/releases/download/v1.7.5/Xray-windows-32.zip",
 | 
						|
            "hash": "d09c8d34c175e54576520df8d3617ccfd2fbc97da199e18b9cacae6f5287b97d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |