diff --git a/runtime/Server.cpp b/runtime/Server.cpp index d25c7bfe3..8691224c6 100644 --- a/runtime/Server.cpp +++ b/runtime/Server.cpp @@ -85,7 +85,8 @@ bool Server::Init() QStringList paths; paths.append("../web/"); // Linux source tree paths.append("../../web/"); // Windows source tree - paths.append("../Resources/web/"); // Mac source tree (in the app bundle) + paths.append("../../../../web/"); // Mac source tree (in a dev env) + paths.append("../Resources/web/"); // Mac source tree (in a release app bundle) paths.append(settings.value("ApplicationPath").toString()); // System configured value paths.append(""); // Should be last!