mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Linux/Mac Launcher fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user