2024-07-17 16:29:31 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.19",
"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.19/Xray-windows-64.zip",
"hash": "d5fc8a1a9f7f8e0d754ddd439df17c2c83ca3d381ece94ceab563e531fba2396"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.19/Xray-windows-32.zip",
"hash": "6cca7d1ace86563249d047163b304d39d06db6570408af16a4b0b1bf31817550"
}
},
"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"
}
}
}
}