-
Notifications
You must be signed in to change notification settings - Fork 73
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
implement custom/additional program start #1
Comments
almost done (offline), only distinction between windows exe and non windows-binary is not ready yet, as "find" doesn't work in proton env for whatever reason |
works so far, just windows exen via proton do not work as custom command (yet?) - see #4 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thought a bit about this pull request
ValveSoftware/Proton#2605
and and would solve it like this (all game specific configuration options):
the extra launch function would automatically check if the command itself is a windows exe and start it with the provided proton options coming from %command%
ONLY_STL_CMD could be used to replace broken launchers
The text was updated successfully, but these errors were encountered: