2025-12-01 16:31:37 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.12.1",
"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.12.1/Xray-windows-64.zip",
"hash": "d828ce3b2af73186a9ce588214885b452d468c9cf89633ca309b7692ed39b831"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.12.1/Xray-windows-32.zip",
"hash": "816942ed2314f3d21cd4b2bffb97d2dce6916d6453d25aed79d317f8c5e4c4bd"
}
},
"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"
}
}
}
}