mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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
|
||||
return QUrl(("file:///" + QCoreApplication::applicationDirPath()).toLower());
|
||||
#elif defined(Q_OS_OSX)
|
||||
return QUrl(("file://" + QCoreApplication::applicationDirPath() + "/../..").toLower());
|
||||
return QUrl(("file://" + QCoreApplication::applicationDirPath() + "/../Resources").toLower());
|
||||
#else
|
||||
// return "http://s3.amazonaws.com/hifi-public";
|
||||
return QUrl("file://" + QCoreApplication::applicationDirPath());
|
||||
|
|
Loading…
Reference in a new issue