2025-06-10 04:30:11 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.6.8",
"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.6.8/Xray-windows-64.zip",
"hash": "d27c5b986c1debed9c7eab4fa56f7dc3cd199fcb5048e7950edef9f9586a0ca6"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-windows-32.zip",
"hash": "c697cc2f28214596d966ad6fd99751f88e65f6d9fb6281252ab042cbd2d5fde7"
}
},
"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"
}
}
}
}