mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.8",
|
|
"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.8/Xray-windows-64.zip",
|
|
"hash": "9229bf7c90e321873502d58e4a466d519758babc12c79b4aaba0b7481a1901bb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.8/Xray-windows-32.zip",
|
|
"hash": "3e1002b946bccfb060a016c9cc72e235df8f2ee06dda39486001cef22c0979ef"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|