2025-12-02 16:31:44 +00:00

35 lines
1.2 KiB
JSON

{
"version": "25.12.2",
"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.12.2/Xray-windows-64.zip",
"hash": "12590312c72ff32e105fcc64402c500a53fe9d364e576ca58ab9f071866634fb"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.12.2/Xray-windows-32.zip",
"hash": "157787f2f99c1dc15f680e4c207a4b9e6262fa3e1a17fc91af5d546e12b0ac5f"
}
},
"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"
}
}
}
}