2025-01-31 16:30:20 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.1.30",
"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.1.30/Xray-windows-64.zip",
"hash": "802c9eff248bdb7e5154b3fbd2132c4ecf4a215b33b4dfde5166ef981765bb7b"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.1.30/Xray-windows-32.zip",
"hash": "6c49ed35745f1921e10080779dd978e386078fa0a2b07a6e10500a815130f74d"
}
},
"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"
}
}
}
}