diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-01-27 19:33:32 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-01-27 19:33:32 +0100 |
| commit | a90a772bcc0efb564df9076f3dfd26490fe9e9c7 (patch) | |
| tree | 5f1604f60c2ced4e4f02f5b698a85d14903f694c /gui/src/shared/logging.ts | |
| parent | 7e59e4af55cf45542b34f82599adb1c1749c7f4e (diff) | |
| parent | 64abc0312b016e62d64f5be2a5b1f9eaaecd51de (diff) | |
| download | mullvadvpn-a90a772bcc0efb564df9076f3dfd26490fe9e9c7.tar.xz mullvadvpn-a90a772bcc0efb564df9076f3dfd26490fe9e9c7.zip | |
Merge branch 'update-to-electron-7'
Diffstat (limited to 'gui/src/shared/logging.ts')
| -rw-r--r-- | gui/src/shared/logging.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/logging.ts b/gui/src/shared/logging.ts index d06abca4fe..4c0af38334 100644 --- a/gui/src/shared/logging.ts +++ b/gui/src/shared/logging.ts @@ -15,7 +15,7 @@ export function getLogsDirectory() { switch (process.platform) { case 'darwin': // macOS: ~/Library/Logs/{appname} - return path.join(theApp.getPath('home'), 'Library/Logs', theApp.getName()); + return path.join(theApp.getPath('home'), 'Library/Logs', theApp.name); default: // Windows: %LOCALAPPDATA%\{appname}\logs // Linux: ~/.config/{appname}/logs |
