Skip to content

Commit 391dd9c

Browse files
authored
spawn game detached (#1412)
1 parent 87f89ed commit 391dd9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/reducers/actions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,8 @@ export function launchInstance(instanceName, forceQuit = false) {
32433243
),
32443244
{
32453245
cwd: instancePath,
3246-
shell: process.platform !== 'win32'
3246+
shell: process.platform !== 'win32',
3247+
detached: true
32473248
}
32483249
);
32493250

0 commit comments

Comments
 (0)