Skip to content

Commit

Permalink
Merge branch 'hotfix/0.7.6c'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 27, 2015
2 parents a1bc4b4 + 832879d commit 654cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 654cc0b

Please sign in to comment.