mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 03:15:12 +02:00
CR updates.
This commit is contained in:
parent
a74e123229
commit
1e17b878e7
2 changed files with 2 additions and 3 deletions
|
@ -21,8 +21,7 @@ public:
|
||||||
private:
|
private:
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
const QString _pythonExe{ "python.exe" };
|
const QString _pythonExe{ "python.exe" };
|
||||||
#endif
|
#elif
|
||||||
#ifdef Q_OS_MACOS
|
|
||||||
const QString _pythonExe{ "python" };
|
const QString _pythonExe{ "python" };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@ private:
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
const QString INSTALLER_FILENAME_LATEST{ "HighFidelity-Beta-latest-dev.dmg" };
|
const QString INSTALLER_FILENAME_LATEST{ "HighFidelity-Beta-latest-dev.dmg" };
|
||||||
#else
|
#else
|
||||||
const QString INSTALLER_FILENAME_LATEST{ "just to pass compilation" };
|
const QString INSTALLER_FILENAME_LATEST{ "" };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QString _installerURL;
|
QString _installerURL;
|
||||||
|
|
Loading…
Reference in a new issue