This commit is contained in:
2026-05-20 18:21:18 +02:00
parent dfd5fdc27c
commit 24a76758c2
+1 -1
View File
@@ -80,8 +80,8 @@ if (process.platform === 'win32') {
const pluginConfigs = [];
readJSFiles(pluginsDir).forEach(file => {
const dir = fs.statSync(filePath).isDirectory();
var filePath = path.join(pluginsDir, file);
const dir = fs.statSync(filePath).isDirectory();
if(dir) filePath = path.join(pluginsDir, file, file);
const config = parsePluginConfig(filePath);