2025-02-21 08:30:41 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.2.21",
"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.2.21/Xray-windows-64.zip",
"hash": "867f1661a638fc6ec4b386b3f9776ff714dd9dd46191697388923657d369cef5"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.2.21/Xray-windows-32.zip",
"hash": "c4d3f8a758e7d6bbb89235b24a48fd0c286b30f37e54192e5588ecf74fd94fc2"
}
},
"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"
}
}
}
}