-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |