open-goal / launcher

A launcher for the OpenGOAL Project to simplify usage and installation
ISC License
65 stars 13 forks source link

backend: only quote the path when we are generating the command for CLI usage #430

Closed xTVaser closed 7 months ago

xTVaser commented 7 months ago

Otherwise, this fails to launch the game because it wraps the path in quote literals which causes the C++ code to fail (paths don't contain quotes themselves.)