From 5a8d748505a5914d6460a08f5199a4a7dc41ba18 Mon Sep 17 00:00:00 2001 From: anacude Date: Fri, 26 Sep 2025 05:52:41 +0800 Subject: [PATCH] v2rayn-desktop: Add version 7.14.12 (Closes #16232) --- bucket/v2rayn-desktop.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/v2rayn-desktop.json diff --git a/bucket/v2rayn-desktop.json b/bucket/v2rayn-desktop.json new file mode 100644 index 00000000000000..659a79327c9aaf --- /dev/null +++ b/bucket/v2rayn-desktop.json @@ -0,0 +1,36 @@ +{ + "version": "7.14.12", + "description": "An Avalonia UI client, support Xray and sing-box and others.", + "homepage": "https://github.com/2dust/v2rayN", + "license": "GPL-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/2dust/v2rayN/releases/download/7.14.12/v2rayN-windows-64-desktop.zip", + "hash": "be3d10425c2d02a9de3065e3b07644505f3edfb40a0a2dddb7f6662d7414dbcd", + "extract_dir": "v2rayN-windows-64" + }, + "arm64": { + "url": "https://github.com/2dust/v2rayN/releases/download/7.14.12/v2rayN-windows-arm64-desktop.zip", + "hash": "dea623e693c00908cc715f5378c5d4e8a69be4339a5b02f1bc98ea3af5372e6a", + "extract_dir": "v2rayN-windows-arm64" + } + }, + "shortcuts": [ + [ + "v2rayN.exe", + "v2rayN-desktop" + ] + ], + "persist": "guiConfigs", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-64-desktop.zip" + }, + "arm64": { + "url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-arm64-desktop.zip" + } + } + } +}