diff --git a/main.js b/main.js index e46fc7f..4cf8ede 100644 --- a/main.js +++ b/main.js @@ -32,7 +32,7 @@ const metadata_fetch_delay = 1000; // ms to delay after fetching metadata if (InMacOS) { // let cwd = app.getPath('exe').replace(/\/[^\/]+$/, ''); - let cwd = app.getAppPath(); + let cwd = '~/Library/Application Support/MajsoulPaipuAnalyzer/'; console.log('current dir: ' + cwd); dataPath = cwd + '/' + dataPath; }