Skip to content

Commit

Permalink
v2rayn-pre: Update suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
HUMORCE committed Apr 23, 2023
1 parent 36c5168 commit c9ccf8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bucket/v2rayn-pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"depends": "xray",
"suggest": {
".NET 6.0 Desktop Runtime": "extras/windowsdesktop-runtime-lts",
"v2fly-core": "main/v2ray"
"v2fly-core": "v2ray"
},
"url": "https://github.com/2dust/v2rayN/releases/download/6.22/v2rayN.7z",
"hash": "e5c44768efe574de5d5c3a6341e690d7e988d3dd1b9639d4364ae85711d12747",
Expand All @@ -25,13 +25,6 @@
" }",
"}"
],
"uninstaller": {
"script": [
"if (Test-Path \"$dir\\guiConfigs\\config.json\") {",
" Copy-Item \"$dir\\guiConfigs\\config.json\" \"$persist_dir\\guiConfigs\\config.json\" | Out-Null",
"}"
]
},
"bin": "v2rayN.exe",
"shortcuts": [
[
Expand All @@ -40,6 +33,13 @@
]
],
"persist": "guiConfigs",
"uninstaller": {
"script": [
"if (Test-Path \"$dir\\guiConfigs\\config.json\") {",
" Copy-Item \"$dir\\guiConfigs\\config.json\" \"$persist_dir\\guiConfigs\\config.json\" | Out-Null",
"}"
]
},
"checkver": {
"url": "https://api.github.com/repos/2dust/v2rayN/releases",
"regex": "download/([\\d.]+)/"
Expand Down

0 comments on commit c9ccf8c

Please sign in to comment.