Skip to content

Commit

Permalink
add v2rayN
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Sep 10, 2023
1 parent 58cfd68 commit a0931e0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bucket/v2rayn.json
Original file line number Diff line number Diff line change
@@ -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"
]
]
}

0 comments on commit a0931e0

Please sign in to comment.