The ability to remove a plugin has been added

This commit is contained in:
2022-08-17 20:12:31 +03:00
parent 8b36c086ef
commit debdc58646
5 changed files with 103 additions and 9 deletions

View File

@@ -26,12 +26,12 @@ namespace PluginManager.Others
/// <summary>
/// The location for all logs
/// </summary>
public static readonly string logFolder = @"./Output/Logs/";
public static readonly string logFolder = @"./Data/Output/Logs/";
/// <summary>
/// The location for all errors
/// </summary>
public static readonly string errFolder = @"./Output/Errors/";
public static readonly string errFolder = @"./Data/Output/Errors/";
/// <summary>
/// Archives folder