add option to include/exclude extra files
This commit is contained in:
@@ -7,4 +7,5 @@ public class InstallAction
|
||||
public string DestPath { get; set; }
|
||||
public string DownloadUrl { get; set; }
|
||||
public Side Side { get; set; } = Side.Both;
|
||||
public bool IsExtra { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user