CR updates.

This commit is contained in:
NissimHadar 2018-11-15 07:32:26 -08:00
parent a74e123229
commit 1e17b878e7
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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;