add base for compatibility

This commit is contained in:
Jiiks 2019-02-17 12:22:13 +02:00
parent f3ea192974
commit 6699fcc1e7
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ export class BetterDiscord {
const themePath = path.resolve(extPath, 'themes');
const modulePath = path.resolve(extPath, 'modules');
this.config.addPath('base', baseDataPath);
this.config.addPath('ext', extPath);
this.config.addPath('plugins', pluginPath);
this.config.addPath('themes', themePath);