LayerTwo-Labs / drivechain_launcher

A user-friendly frontend for 8 billion people.
MIT License
12 stars 11 forks source link

Usernames that have spaces in them will cause most operations to fail on Windows 10 #84

Open seriouscatsoserious opened 1 month ago

seriouscatsoserious commented 1 month ago

Fix is to add double quotes around each instance wherein a file path is generated dynamically in Godot. Further, when start is being executed, a "" argument needs to be given for cmd to interpret the command correctly.