You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frontend/launcher: don't pass spurious space chars when bypassing update check.
The previous code kind of assumed that the additional launcher arguments
are non-empty and added a space character unconditionally after them,
right before a potential launcher argument that skips update checks
(currently only available/implemented for Epic/Legendary).
While technically a stray space character should be harmless (assuming
that the passed string is afterwards handled with shlex.split() and
turned into an array), it's still a good idea to try to prevent future
bugs.
0 commit comments