mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-27 17:15:08 +02:00
trying to go back several directories for the mac build
This commit is contained in:
parent
5787b2f737
commit
a38e0007f8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ private:
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
const QString SCREENSHARE_EXE_PATH{ QCoreApplication::applicationDirPath() + "/hifi-screenshare/hifi-screenshare.exe" };
|
const QString SCREENSHARE_EXE_PATH{ QCoreApplication::applicationDirPath() + "/hifi-screenshare/hifi-screenshare.exe" };
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
const QString SCREENSHARE_EXE_PATH{ QCoreApplication::applicationDirPath() + "/hifi-screenshare/hifi-screenshare.app" };
|
const QString SCREENSHARE_EXE_PATH{ QCoreApplication::applicationDirPath() + "../../../hifi-screenshare.app" };
|
||||||
#else
|
#else
|
||||||
// This path won't exist on other platforms, so the Screenshare Scripting Interface will exit early when invoked.
|
// This path won't exist on other platforms, so the Screenshare Scripting Interface will exit early when invoked.
|
||||||
const QString SCREENSHARE_EXE_PATH{ QCoreApplication::applicationDirPath() + "/hifi-screenshare/hifi-screenshare" };
|
const QString SCREENSHARE_EXE_PATH{ QCoreApplication::applicationDirPath() + "/hifi-screenshare/hifi-screenshare" };
|
||||||
|
|
Loading…
Reference in a new issue