diff --git a/src/connection.cpp b/src/connection.cpp index 556b76b..68aef68 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -259,6 +259,8 @@ bool ConnectionLoader::startEmbeddedZcashd() { #ifdef Q_OS_LINUX ezcashd->start(zcashdProgram); +#elif defined(Q_OS_DARWIN) + ezcashd->start(zcashdProgram); #else ezcashd->setWorkingDirectory(fi.dir().absolutePath()); ezcashd->start("zcashd.exe");