protonscr

--steam-runtime option in configure.sh is not used

protonclosed
ValveSoftware/Proton#7108 · opened 2023-09-17 by nm004 · updated 2023-09-22 · 1 comments · github
Nnm004 2023-09-17 github

--steam-runtime option is not used in cofigure.sh script, but the help message mentions that option.

./configure.sh --help
::   Steam Runtime
::     Proton builds that are to be installed & run under the steam client must be built with
::     the Steam Runtime SDK to ensure compatibility.  See README.md for more information.
:: 
...
::     --steam-runtime=soldier  Name of the steam runtime release to build for (soldier, scout).
...

Steps to reproduce

Issue the following command.

./configure.sh --steam-runtime=sniper

Actual Result

!! Unrecognized option --steam-runtime
!! Usage: ../configure.sh { --no-proton-sdk | --proton-sdk-image=<image> --steam-runtime=<name> }
...

Expected Result

Should we delete the help text of that option?

Iivyl 2023-09-22 github

The PR was merged into bleeding-edge. Thank you.

Nothing extracted yet.