Add unattended update-only startup mode#301
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
GitHub closes an open pull request when its head branch is renamed. The branch is now |
What changed
--updateonlystartup modeWhy
Wheel Wizard's existing startup flow could launch Retro Rewind from scripts, but updating still required interactive confirmation. This adds the smallest unattended path needed by keyboardless launcher setups such as Steam and ES-DE.
Retro Rewind is only updated when it is already installed; this mode does not perform a fresh installation.
Closes #293
Validation
dotnet build WheelWizard.sln --configuration Releasedotnet test WheelWizard.sln --configuration Release --no-build(174 passed)