diff --git a/bucket/v2rayn-core-with-runtime.json b/bucket/v2rayn-SelfContained.json similarity index 83% rename from bucket/v2rayn-core-with-runtime.json rename to bucket/v2rayn-SelfContained.json index 88b4784ea..7a9d7b3e5 100644 --- a/bucket/v2rayn-core-with-runtime.json +++ b/bucket/v2rayn-SelfContained.json @@ -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", @@ -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" } }