mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 15:42:39 +02:00
CR updates.
This commit is contained in:
parent
1e17b878e7
commit
fb0a84e800
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ public:
|
|||
private:
|
||||
#ifdef Q_OS_WIN
|
||||
const QString _pythonExe{ "python.exe" };
|
||||
#elif
|
||||
#else
|
||||
// Both Mac and Linux use "python"
|
||||
const QString _pythonExe{ "python" };
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue