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
The way the setup scripts currently handle paths causes issues with spaces, despite being quoted, because the generated ~/bin/ffxiv-env-setup.sh script escapes spaces as "\ " despite the string being quoted and not needing the slash.
The way the setup scripts currently handle paths causes issues with spaces, despite being quoted, because the generated
~/bin/ffxiv-env-setup.shscript escapes spaces as"\ "despite the string being quoted and not needing the slash.