Skip to content

Commit

Permalink
v2rayn-sc: Add version 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LuoTat committed Jan 19, 2025
1 parent c9955f0 commit f38c1b1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/v2rayn-sc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "7.7.0",
"description": "A V2Ray client for Windows, support Xray & v2fly core",
"homepage": "https://github.com/2dust/v2rayN",
"license": "GPL-3.0-only",
"notes": "This is only for windows X64 which already have Microsoft .NET 8.0 Desktop Runtime and cores",
"architecture": {
"64bit": {
"url": "https://github.com/2dust/v2rayN/releases/download/7.7.0/v2rayN-windows-64-SelfContained.zip",
"hash": "8926c472c318af82e97e51ddf73f268ab3bafcc7025d683f2b655c3d3e46ea2c",
"extract_dir": "v2rayN-windows-64-SelfContained"
}
},
"bin": "v2rayN.exe",
"shortcuts": [
[
"v2rayN.exe",
"v2rayN"
]
],
"persist": "guiConfigs",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-64-SelfContained.zip"
}
}
}
}

0 comments on commit f38c1b1

Please sign in to comment.