Remove X86 support

This commit is contained in:
2dust
2024-10-24 10:32:19 +08:00
parent f0bac4b4c8
commit 40ea454a7c
4 changed files with 28 additions and 29 deletions

View File

@@ -8,7 +8,6 @@
public string? Arguments { get; set; }
public string? Url { get; set; }
public string? ReleaseApiUrl { get; set; }
public string? DownloadUrlWin32 { get; set; }
public string? DownloadUrlWin64 { get; set; }
public string? DownloadUrlWinArm64 { get; set; }
public string? DownloadUrlLinux64 { get; set; }