mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
try to fix path to osx scripts
This commit is contained in:
parent
065c238dd0
commit
e8f26b675a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ QUrl defaultScriptsLocation() {
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
return QUrl(("file:///" + QCoreApplication::applicationDirPath()).toLower());
|
return QUrl(("file:///" + QCoreApplication::applicationDirPath()).toLower());
|
||||||
#elif defined(Q_OS_OSX)
|
#elif defined(Q_OS_OSX)
|
||||||
return QUrl(("file://" + QCoreApplication::applicationDirPath() + "/../..").toLower());
|
return QUrl(("file://" + QCoreApplication::applicationDirPath() + "/../Resources").toLower());
|
||||||
#else
|
#else
|
||||||
// return "http://s3.amazonaws.com/hifi-public";
|
// return "http://s3.amazonaws.com/hifi-public";
|
||||||
return QUrl("file://" + QCoreApplication::applicationDirPath());
|
return QUrl("file://" + QCoreApplication::applicationDirPath());
|
||||||
|
|
Loading…
Reference in a new issue