2025-07-26 12:31:42 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.7.26",
"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/v25.7.26/Xray-windows-64.zip",
"hash": "2ced81125b4022ad1ef7e3d0236000d0f4bc17d2d6cc6d7cf30e5c0563b58a9e"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.7.26/Xray-windows-32.zip",
"hash": "571b58ff273a5e2b3b5c336c2e1f031ac37bb4f87984192e1716ffd42a98eb51"
}
},
"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"
}
}
}
}