diff options
| -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 b3c028c9b9..0360d43f05 100644 --- a/app/main.js +++ b/app/main.js @@ -212,7 +212,7 @@ app.on('ready', async () => { }); const sendBackendInfo = () => { - const file = './.ipc_connection_info'; + const file = './.mullvad_rpc_address'; log.info('reading the ipc connection info from', file); fs.readFile(file, 'utf8', function (err,data) { |
