{ "version": "24.11.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/v24.11.5/Xray-windows-64.zip", "hash": "5c4eb89eccae428dc799b31a11b15f816fc24fc17146feea107bcde8c4bee826" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v24.11.5/Xray-windows-32.zip", "hash": "80b9434b9b69049635adaa4789b7fb20a908d9b223b1aa625d5c845ebff48d94" } }, "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" } } } }