2025-09-10 12:32:45 +00:00

35 lines
1.2 KiB
JSON

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