This commit is contained in:
2024-02-27 22:20:25 +02:00
parent a2179787b9
commit 3c3c6a1301
5 changed files with 24 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
@@ -94,7 +93,7 @@ public class Program
await StartNoGui();
try
{
internalActionManager = new InternalActionManager("./Data/Plugins", "*.dll");
internalActionManager = new InternalActionManager(AppSettings["PluginFolder"], "*.dll");
NoGUI();
}
catch (IOException ex)