a lot of work

This commit is contained in:
2025-11-15 17:17:52 +01:00
parent 336b6ad1fd
commit b9ddc20b7d
42 changed files with 1453 additions and 3346 deletions

View File

@@ -11,11 +11,11 @@ public class UpdateAction : InstallAction
public UpdateActionType Type { get; set; } = UpdateActionType.Update;
[DefaultValue(null)]
public string SrcPath { get; set; }
public string? SrcPath { get; set; }
[DefaultValue(false)]
public bool IsDirectory { get; set; }
[DefaultValue(null)]
public string InheritFrom { get; set; }
public string? InheritFrom { get; set; }
}