{ "version": "1.7.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.7.0/Xray-windows-64.zip", "hash": "fb27e2c9a60d69bd3763561be393f39424e8be9233e83b5a06177b5d6cc4aa38" }, "32bit": { "url": "https://github.com/XTLS/Xray-core/releases/download/v1.7.0/Xray-windows-32.zip", "hash": "6a7a07f69cb80768b1fcd5d4d093b84bc32d52f74543b6495fdbb536a5fd0b43" } }, "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" } } } }