From a0931e0a574d8c6c3797652ff275061931c24055 Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Sun, 10 Sep 2023 01:09:46 +0100 Subject: [PATCH] add v2rayN Signed-off-by: Mark Pashmfouroush --- bucket/v2rayn.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/v2rayn.json 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" + ] + ] +}