mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.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/v1.7.2/Xray-windows-64.zip",
|
|
"hash": "0c6185f70e929d9d8295a1b46f4159f80800a1748c15dc9b61a249883e1e32c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.7.2/Xray-windows-32.zip",
|
|
"hash": "aa9e3636732fc458b2806fbfe16ca50fd92ac20640b92ace807a5de008a3c641"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|