{ "version": "1.5.0", "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.0/Xray-windows-64.zip", "hash": "e853db777680b6f5388170cefae3c0769f40e5fbb199433dc7124295eb2e4ab8" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v1.5.0/Xray-windows-32.zip", "hash": "ec8ef645e216f28e2d1ed976d6c85189042034e5bb4cf0c8e630841e3f454721" } }, "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" } } } }