Linux/Mac Launcher fix

This commit is contained in:
Sebastian Piwell
2016-03-08 16:44:43 -05:00
parent ec9261e1da
commit fd5f26f757

View File

@@ -56,7 +56,7 @@ namespace {
#ifdef WIN32
const QString OpenSpaceExecutable = "OpenSpace.exe";
#else
const QString OpenSpaceExecutable = "OpenSpace";
const QString OpenSpaceExecutable = "./OpenSpace";
#endif
class QLog : public ghoul::logging::Log {