feat(runner): process charword_table.json

This commit is contained in:
Haoyu Xu
2023-02-05 11:42:29 -05:00
parent 87d9bfd092
commit 449b8c665c
7 changed files with 175 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export default class Background {
#files
constructor() {
this.#backgroundFolder = path.join(__dirname, __config.folder.operator, '_share', __config.folder.background);
this.#backgroundFolder = path.join(__dirname, __config.folder.operator, __config.folder.share, __config.folder.background);
this.#extractFolder = path.join(this.#backgroundFolder, 'extracted');
}