From 0d76fe9c21d123bee345ca6dff9b686b90db599d Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 14 Jun 2024 11:06:54 +0100 Subject: [PATCH] Set CWD to storage dir --- lib/launcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/launcher.js b/lib/launcher.js index 86c492d..674c5f7 100644 --- a/lib/launcher.js +++ b/lib/launcher.js @@ -365,7 +365,7 @@ class Launcher { windowsHide: true, env: appEnv, stdio: ['ignore', 'pipe', 'pipe'], - cwd: path.join(this.settings.rootDir, this.settings.userDir) + cwd: path.join(this.settings.rootDir, this.settings.userDir, 'storage') } const processArguments = [