some more work

This commit is contained in:
2024-09-25 12:08:38 +02:00
parent bc6c483ba6
commit 2f9d60f1a8
26 changed files with 2434 additions and 60 deletions

View File

@@ -8,7 +8,7 @@ public class UpdateAction : InstallAction
{
[DefaultValue(UpdateActionType.Update)]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateActionType Type { get; set; }
public UpdateActionType Type { get; set; } = UpdateActionType.Update;
[DefaultValue(null)]
public string SrcPath { get; set; }