Skip to content

Commit

Permalink
Update CoreInfoHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sshcomm authored Feb 4, 2025
1 parent 83c93cf commit 438cf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/ServiceLib/Handler/CoreInfoHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private void InitCoreInfo()
Url = GetCoreUrl(ECoreType.sing_box),

ReleaseApiUrl = urlSingbox.Replace(Global.GithubUrl, Global.GithubApiUrl),
DownloadUrlWin64 = urlSingbox + "/download/{0}/sing-box-{1}-sing-box-1.12.0-windows-amd64-legacy.zip",
DownloadUrlWin64 = urlSingbox + "/download/{0}/sing-box-{1}-windows-amd64-legacy.zip",
DownloadUrlWinArm64 = urlSingbox + "/download/{0}/sing-box-{1}-windows-arm64.zip",
DownloadUrlLinux64 = urlSingbox + "/download/{0}/sing-box-{1}-linux-amd64.tar.gz",
DownloadUrlLinuxArm64 = urlSingbox + "/download/{0}/sing-box-{1}-linux-arm64.tar.gz",
Expand Down

0 comments on commit 438cf67

Please sign in to comment.