add option to include/exclude extra files

This commit is contained in:
2024-06-20 22:19:18 +02:00
parent c97a04c4ce
commit 4ea4a70e50
4 changed files with 5 additions and 2 deletions

View File

@@ -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; }
}