We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b242230 + 8517030 commit 16e6e4eCopy full SHA for 16e6e4e
1 file changed
OpenBCI_GUI/OpenBCI_GUI.pde
@@ -597,7 +597,7 @@ void hubStart() {
597
nodeHubby = launch(dataPath("/OpenBCIHub/OpenBCIHub.exe"));
598
} else if (isLinux()) {
599
println("OpenBCI_GUI: hubStart: OS Detected: Linux");
600
- nodeHubby = exec(dataPath("/OpenBCIHub/OpenBCIHub"));
+ nodeHubby = exec(dataPath("./OpenBCIHub/OpenBCIHub"));
601
} else {
602
println("OpenBCI_GUI: hubStart: OS Detected: Mac");
603
nodeHubby = launch(dataPath("OpenBCIHub.app"));
0 commit comments