mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
Corrected #ifdef
This commit is contained in:
parent
c3b1f8c332
commit
e931041501
1 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,7 @@ signals:
|
|||
private:
|
||||
bool _automatedTestIsRunning{ false };
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
#ifdef Q_OS_WIN
|
||||
const QString INSTALLER_FILENAME_LATEST{ "HighFidelity-Beta-latest-dev.exe" };
|
||||
#elif defined(Q_OS_MAC)
|
||||
const QString INSTALLER_FILENAME_LATEST{ "HighFidelity-Beta-latest-dev.dmg" };
|
||||
|
@ -154,4 +154,5 @@ signals:
|
|||
private:
|
||||
QString _commandLine;
|
||||
};
|
||||
#endif // hifi_testRunner_h
|
||||
#endif // hifi_testRunner_h
|
||||
|
||||
|
|
Loading…
Reference in a new issue