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

Implement the %command% placeholder in the Main Run Args setting #35992

Merged

Commits on May 6, 2021

  1. Implement the %command% placeholder in the Main Run Args setting

    This can be used to tell Godot to run an executable that will run Godot
    rather than running Godot directly. This is useful to make Godot start
    on the dedicated GPU when using a NVIDIA Optimus setup on Linux:
    `prime-run %command%`
    
    The `editor/run/main_run_args` setting declaration was moved to make it
    visible in the ProjectSettings documentation.
    Calinou committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ce4aa07 View commit details
    Browse the repository at this point in the history