Added dirName

This commit is contained in:
booploops 2022-02-18 22:34:43 -08:00
parent a12d629a8a
commit 4d18080395

View file

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