{ "version": "24.11.30", "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.30/Xray-windows-64.zip", "hash": "576e46a4d17ea08ef7c3120ec747581709412083cc0e69d2c3ead72ee001897f" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v24.11.30/Xray-windows-32.zip", "hash": "00638a3be30be9f2dbda59705eb09f4101d11b5667a2ca90eb3d10d37b6a1983" } }, "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" } } } }