2025-05-01 16:30:06 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.4.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.4.30/Xray-windows-64.zip",
"hash": "7ab4573e079825b8885f03504c3d77e9f6278a2c8ddc69a2802d50cefad42544"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.4.30/Xray-windows-32.zip",
"hash": "75a09d7cfae439173eb22e55564c7772db977b43b60783fbaa2f704a71aa3be1"
}
},
"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"
}
}
}
}