mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
removed the Resources path
This commit is contained in:
parent
48c669a6ab
commit
bde2257748
@ -102,7 +102,7 @@ class Search {
|
||||
|
||||
readJson(batch) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let dirPath = path.join(execPath, isMac ? '..' : '', 'Resources/msgsjson', batch);
|
||||
let dirPath = path.join(execPath, isMac ? '..' : '', 'msgsjson', batch);
|
||||
let messageFolderPath = isDevEnv ? path.join('./msgsjson', batch) : dirPath;
|
||||
let files = fs.readdirSync(messageFolderPath);
|
||||
let messageData = [];
|
||||
|
Loading…
Reference in New Issue
Block a user