Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xlcore][feature] Implement Run functions on the runners #1257

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cozyGalvinism
Copy link

This PR adds support for executing processes using the game runner. It works mostly the same as launching the game, but it accepts an arbitrary program instead. On Linux, the withCompatibility option runs the program in the Wine prefix instead, while on Windows, the flag does nothing.

If using the game runners is not suitable, it can also use its own runner instead.

This PR is a requirement for my autostart PR on XLCore and requires these changes to work.

… anymore

So instead, the process output is now sent to the log
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.

None yet

1 participant