diff --git a/src/main/server.ts b/src/main/server.ts index 9edd9c50..cf6f9fcb 100644 --- a/src/main/server.ts +++ b/src/main/server.ts @@ -72,7 +72,7 @@ function createLaunchScript( const tag = config.ConfigToml.jupyter_neurodesk_version; if (serverInfo.serverArgs) { - launchArgs.push(` -v ${serverInfo.serverArgs.replace(/\\/g, '/')}`); + launchArgs.push(` -v "${serverInfo.serverArgs}"`); } for (const arg of serverLaunchArgsFixed) {