2025-07-25 12:32:01 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.7.25",
"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.25/Xray-windows-64.zip",
"hash": "da9e9ee30085d4c2a4cca35aaf1f0f05906baf834c09dc52c21e2613601ec554"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.7.25/Xray-windows-32.zip",
"hash": "3dd44f1738be384232ca48a9e3c8c7c7818f5ba370ac76f10f82b92697d61726"
}
},
"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"
}
}
}
}