2025-07-25 22:07:52 +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": "18b3f6ddd3786db047b54129fba8e6969707b0ffe309881749b93b4abbcb57ea"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.7.25/Xray-windows-32.zip",
"hash": "9094787305390915a7265f9042c524140af6c6e11caa3f68a12ca6df5cd14c5e"
}
},
"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"
}
}
}
}