2024-07-22 00:34:01 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.21",
"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.8.21/Xray-windows-64.zip",
"hash": "3d783dd218fada50c73257ec919bb528c5b1dbda5576b32e6d0f2d80e412a539"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.21/Xray-windows-32.zip",
"hash": "cc5513f6df884e89289b364bd3938739343d83fed0ed0d5f4f68b099f5bd05dc"
}
},
"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"
}
}
}
}