mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Update CoreInfo.cs
This commit is contained in:
parent
f8b5f3c2fc
commit
58d0fe09f2
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ public class CoreInfo
|
|||
public string? DownloadUrlWinArm64 { get; set; }
|
||||
public string? DownloadUrlLinux64 { get; set; }
|
||||
public string? DownloadUrlLinuxArm64 { get; set; }
|
||||
public string? DownloadUrlLinuxRiscV64 { get; set; }
|
||||
public string? DownloadUrlOSX64 { get; set; }
|
||||
public string? DownloadUrlOSXArm64 { get; set; }
|
||||
public string? Match { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue