add ExePath

This commit is contained in:
Pilzinsel64
2024-09-04 08:52:19 +02:00
parent d2d02196ba
commit 0c93c1cee1

View File

@@ -11,6 +11,7 @@ public class UpdatePackageInfo(AppVersion version, string address)
public AppVersion Version { get; set; } = version; public AppVersion Version { get; set; } = version;
public UpdateNotes Notes { get; } = new(); public UpdateNotes Notes { get; } = new();
public string Address { get; set; } = address; public string Address { get; set; } = address;
public string? ExePath { get; set; }
[JsonConverter(typeof(StringEnumConverter))] [JsonConverter(typeof(StringEnumConverter))]
public PackageAddressType AddressType { get; set; } public PackageAddressType AddressType { get; set; }
[JsonConverter(typeof(StringEnumConverter))] [JsonConverter(typeof(StringEnumConverter))]