add option to include/exclude extra files
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user