Skip to content

Commit

Permalink
fix old runner in-tree libdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Dec 9, 2023
1 parent 32512e2 commit 683fd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/runner/runnerapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class RunnerApp::Private : public QObject
}
else
{
if(QFile::exists("src/pushpin/pushpin.pro"))
if(QFile::exists("src/bin/pushpin.rs"))
{
// running in tree
libDir = QFileInfo("src/runner").absoluteFilePath();
Expand Down

0 comments on commit 683fd0a

Please sign in to comment.