2025-03-06 16:30:30 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.3.6",
"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.3.6/Xray-windows-64.zip",
"hash": "f407478fdc4a6b1760599b4d043ee99cadd396cb019b32ffb702ce154014b262"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.3.6/Xray-windows-32.zip",
"hash": "9febe39bec2df96d43dd8177929e2f5575d8ba99f3f24260210cbdcbd32905ae"
}
},
"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"
}
}
}
}