Skip to content
Snippets Groups Projects
Commit 9b3485d0 authored by jsiegle's avatar jsiegle
Browse files

Move bitfiles to proper location

parent d42444e4
Branches
Tags
No related merge requests found
File moved
File moved
File moved
......@@ -66,8 +66,8 @@ SourceNode::SourceNode(const String& name_)
}
else
{
// If cancelled, assume it's in the executable directory
dataThread = new FileReaderThread(this, "./data_stream_16ch_2");
// If cancelled, assume it's in the resources directory (only works on Linux)
dataThread = new FileReaderThread(this, "../../../Resources/DataFiles/data_stream_16ch_2");
}
//dataThread = new FileReaderThread(this, "./data_stream_16ch_2");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment