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 UpdateCheckOptions
public bool IgnoreMaintenance { get; set; }
public bool AllowUpdaterAfterInstall { get; set; } = true;
public Side Side { get; set; } = Side.Client;
public bool IncludeExtraActions { get; set; }
}