Skip to content

Baby Steps Server Support#2089

Open
ebkr wants to merge 1 commit intodevelopfrom
baby-steps-server
Open

Baby Steps Server Support#2089
ebkr wants to merge 1 commit intodevelopfrom
baby-steps-server

Conversation

@ebkr
Copy link
Copy Markdown
Owner

@ebkr ebkr commented Mar 11, 2026

  • Required a change to DirectGameRunner execution. We now use spawn instead of exec.
  • Tested with Baby Steps Server.
  • Tested using an existing game (Timberborn) to ensure the "Other" option still launches games correctly.

- Required a change to DirectGameRunner execution. We now use `spawn` instead of `exec`.
- Tested with Baby Steps Server.
- Tested using an existing game (Timberborn) to ensure the "Other" option still launches games correctly.
@@ -45,20 +46,23 @@ export default class DirectGameRunner extends GameRunnerProvider {

const mappedArgs = args.map(value => `"${value}"`).join(' ');
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes below leaves this row unused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants