2024-10-02 04:30:03 +00:00

35 lines
1.2 KiB
JSON

{
"version": "24.9.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/v24.9.30/Xray-windows-64.zip",
"hash": "9c6ee7e8a4d286f6d98ce49c7edffc8e3b5dd109f20edc5cbde64ad7fbd7ca9c"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v24.9.30/Xray-windows-32.zip",
"hash": "298bff7b77a395ba13e68ac2b38451a551072f05d9dd47e395641b4a69cf9e27"
}
},
"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"
}
}
}
}