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

Allow skipping runtime updates #158

Merged
merged 5 commits into from
Jul 26, 2024

Conversation

R1kaB3rN
Copy link
Member

@R1kaB3rN R1kaB3rN commented Jul 26, 2024

Closes #134

Each launch, umu will automatically update the Steam Runtime to the latest public beta. This is good, however, there are instances this behavior should be disabled. For instance, when a client wants to run winetricks verbs, they will need to run GAMEID=foo ... umu-run winetricks ... but when a new runtime update gets pushed, the client will be blocked by the runtime update process before running the winetricks verbs.

For cases like the above, runtime updates should be disabled by setting UMU_RUNTIME_UPDATE=0.

@R1kaB3rN R1kaB3rN marked this pull request as ready for review July 26, 2024 20:21
@R1kaB3rN R1kaB3rN merged commit 7e00027 into Open-Wine-Components:main Jul 26, 2024
6 checks passed
@R1kaB3rN R1kaB3rN deleted the skip-rt-updates branch July 26, 2024 21:13
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.

Option to disable auto updates on startup
1 participant