2024-11-11 08:30:31 +00:00

35 lines
1.2 KiB
JSON

{
"version": "24.11.11",
"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.11/Xray-windows-64.zip",
"hash": "342aa2c384836500c7cdb08090b6149ac5f79f4c31460895a31b1ab7400a1d30"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v24.11.11/Xray-windows-32.zip",
"hash": "faab74e2f4ff715ef1e4ed2fbdb193ceb316ff854ee8b573c61a58ee8e3ba471"
}
},
"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"
}
}
}
}