2024-07-15 20:25:52 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.18",
"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/v1.8.18/Xray-windows-64.zip",
"hash": "4e0e3daa346974d1c147d9b57b6168618bc9b6799930c88fbb5956dacef0e4db"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.18/Xray-windows-32.zip",
"hash": "65efcd11380e8905c96aa2fb7c277fffac1b7f88eadd5aed7a0f7490a5ab7793"
}
},
"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"
}
}
}
}