fix: Issues with launching and installation on the steam deck
This commit is contained in:
parent
dc0f2d150a
commit
ccc5a05ed7
19 changed files with 247 additions and 80 deletions
|
|
@ -67,9 +67,12 @@ function spawnBrowser ()
|
|||
}
|
||||
|
||||
let server = spawnServer();
|
||||
spawnBrowser()?.then(async e =>
|
||||
if (!process.env.HEADLESS)
|
||||
{
|
||||
console.log("Sending exit Signal to server");
|
||||
await server.stdin.write('shutdown\n');
|
||||
await server.stdin.flush();
|
||||
});
|
||||
spawnBrowser()?.then(async e =>
|
||||
{
|
||||
console.log("Sending exit Signal to server");
|
||||
await server.stdin.write('shutdown\n');
|
||||
await server.stdin.flush();
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue