2024-10-31 12:32:07 +00:00

35 lines
1.2 KiB
JSON

{
"version": "24.10.31",
"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.10.31/Xray-windows-64.zip",
"hash": "07bd158687eeb693b32cbe00f754485b1e41efe6749071eac232c27bccc8b935"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v24.10.31/Xray-windows-32.zip",
"hash": "3a401d124106c4dc6f6b1599898a035756f7767e3684f96c313be3311d12eb03"
}
},
"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"
}
}
}
}