diff --git a/src/app/app.cpp b/src/app/app.cpp index fab225a5..f5e7e43f 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -456,7 +456,7 @@ QString App::nodePath() const // When deployed, the nodes folder is in Resources/sb if (QDir(path.join("/") + "/Resources/nodes").exists()) { - path.append("Resources"); + path << "Resources" << "nodes"; } // Otherwise, assume it's at the same level as antimony.app else