2023-08-31 08:26:39 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.4",
"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.4/Xray-windows-64.zip",
"hash": "9f6225e2b818c12660001d550fb323acc25f4ce146489582aced40c206785d87"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-windows-32.zip",
"hash": "88d530dfc2cbd59b26d60a6d7e6bac3a473bed52f86696458a0681e520564526"
}
},
"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"
}
}
}
}