mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.5.2",
 | 
						|
    "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.5.2/Xray-windows-64.zip",
 | 
						|
            "hash": "8497836e93cadded5af9fe31c2b9df5487b97236b9a2955f826d7e82fe96a26b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/XTLS/Xray-core/releases/download/v1.5.2/Xray-windows-32.zip",
 | 
						|
            "hash": "433c78f9b2ffda2b5578fb262e3e6aa0cbd87fc4c5c0b738006d4c623cd117ca"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |