diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.js b/app/main.js index 980a678469..4f8d9e23be 100644 --- a/app/main.js +++ b/app/main.js @@ -59,7 +59,7 @@ const appDelegate = { }, _sendBackendInfo: (window: BrowserWindow) => { - const file = './.mullvad_rpc_address'; + const file = path.join(app.getPath('temp'), '.mullvad_rpc_address'); log.info('reading the ipc connection info from', file); fs.readFile(file, 'utf8', function (err,data) { |
