fixes for linux
This commit is contained in:
@@ -5,9 +5,9 @@ namespace Mlaumcherb.Client.Avalonia.классы;
|
||||
|
||||
public class JavaVersionCatalog
|
||||
{
|
||||
[JsonProperty("linux")]
|
||||
[JsonProperty("linux-i386")]
|
||||
public Dictionary<string, JavaVersionProps[]>? linux_x86 { get; set; }
|
||||
[JsonProperty("linux-i386")]
|
||||
[JsonProperty("linux")]
|
||||
public Dictionary<string, JavaVersionProps[]>? linux_x64 { get; set; }
|
||||
[JsonProperty("mac-os")]
|
||||
public Dictionary<string, JavaVersionProps[]>? osx_x64 { get; set; }
|
||||
@@ -82,4 +82,4 @@ public class JavaCompressedArtifact
|
||||
{
|
||||
public Artifact? lzma { get; set; }
|
||||
[JsonRequired] public Artifact raw { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user