a lot of work
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user