2025-08-03 16:30:04 +00:00

35 lines
1.2 KiB
JSON

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