Skip to content

Commit

Permalink
v2rayn-SelfContained: Update to version 7.7.0
Browse files Browse the repository at this point in the history
* Rename manifest

* Fix `extract_dir`

* Fix `autoupdate`
  • Loading branch information
DoveBoy committed Jan 19, 2025
1 parent 2a33afb commit 72d949c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "7.6.2",
"version": "7.7.0",
"description": "A V2Ray client for Windows, support Xray core and v2fly core.",
"homepage": "https://github.com/2dust/v2rayN",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://github.com/2dust/v2rayN/raw/master/LICENSE"
},
"url": "https://github.com/2dust/v2rayN/releases/download/7.6.2/v2rayN-windows-64-SelfContained-With-Core.zip",
"hash": "beab16536ac73435691dfb09ccf27b1fc934b69b1196a1157acce67de824880f",
"extract_dir": "v2rayN-windows-64-SelfContained-With-Core",
"url": "https://github.com/2dust/v2rayN/releases/download/7.7.0/v2rayN-windows-64-SelfContained.zip",
"hash": "8926c472c318af82e97e51ddf73f268ab3bafcc7025d683f2b655c3d3e46ea2c",
"extract_dir": "v2rayN-windows-64-SelfContained",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\user-wininet.json\")) {",
" New-Item -Path \"$dir\\user-wininet.json\" | Out-Null",
Expand Down Expand Up @@ -42,6 +42,6 @@
"jsonpath": "$[0].tag_name"
},
"autoupdate": {
"url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-64-SelfContained-With-Core.zip"
"url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-64-SelfContained.zip"
}
}

0 comments on commit 72d949c

Please sign in to comment.