We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5721891 commit 53e9c5dCopy full SHA for 53e9c5d
src/main/services/bs-launcher/abstract-launcher.service.ts
@@ -49,6 +49,7 @@ export abstract class AbstractLauncherService {
49
spawnOptions.windowsVerbatimArguments = true;
50
}
51
52
+ spawnOptions.shell = true; // For windows to spawn properly
53
return bsmSpawn(`"${bsExePath}"`, {
54
args, options: spawnOptions, log: true,
55
linux: { prefix: this.linux.getProtonCommand() },
0 commit comments