add ExePath
This commit is contained in:
@@ -11,6 +11,7 @@ public class UpdatePackageInfo(AppVersion version, string address)
|
||||
public AppVersion Version { get; set; } = version;
|
||||
public UpdateNotes Notes { get; } = new();
|
||||
public string Address { get; set; } = address;
|
||||
public string? ExePath { get; set; }
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public PackageAddressType AddressType { get; set; }
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
|
||||
Reference in New Issue
Block a user