diff --git a/bucket/v2rayn.json b/bucket/v2rayn.json new file mode 100644 index 0000000..ed8bc06 --- /dev/null +++ b/bucket/v2rayn.json @@ -0,0 +1,37 @@ +{ + "version": "6.28", + "description": "A GUI client for Windows, support Xray core and v2fly core and others.", + "homepage": "https://github.com/2dust/v2rayN", + "license": "GPL-3", + "notes": "", + "architecture": { + "64bit": { + "url": "https://github.com/2dust/v2rayN/releases/download/6.28/v2rayN.zip", + "hash": "28528dd02e74ac18eac0a7df85740ce45d648fe17c3add33c72a3ee44d05fddf" + } + }, + "checkver": { + "url": "https://api.github.com/repos/2dust/v2rayN/releases", + "jsonpath": "$.[0].tag_name", + "regex": "([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN.zip" + } + } + }, + "persist": [ + "bin", + "guiConfigs" + ], + "extract_dir": "v2rayN", + "bin": "v2rayN.exe", + "shortcuts": [ + [ + "v2rayN.exe", + "v2rayN" + ] + ] +}