Merge branch 'develop' of https://github.com/ciderapp/Cider into develop

This commit is contained in:
Maikiwi 2022-02-18 23:16:21 -08:00
commit 1b62a5a75e

View file

@ -65,7 +65,8 @@ export class Plugins {
store: utils.getStore(),
utils: utils,
win: utils.getWindow(),
dir: pluginPath
dir: pluginPath,
dirName: file
}
plugins[plugin.name] = new plugin(pluginEnv);
}