mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +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:
|
||||
#ifdef Q_OS_WIN
|
||||
const QString _pythonExe{ "python.exe" };
|
||||
#endif
|
||||
#ifdef Q_OS_MACOS
|
||||
#elif
|
||||
const QString _pythonExe{ "python" };
|
||||
#endif
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ private:
|
|||
#elif defined(Q_OS_MAC)
|
||||
const QString INSTALLER_FILENAME_LATEST{ "HighFidelity-Beta-latest-dev.dmg" };
|
||||
#else
|
||||
const QString INSTALLER_FILENAME_LATEST{ "just to pass compilation" };
|
||||
const QString INSTALLER_FILENAME_LATEST{ "" };
|
||||
#endif
|
||||
|
||||
QString _installerURL;
|
||||
|
|
Loading…
Reference in a new issue