MacOS stub

This commit is contained in:
adityapk00
2018-11-09 17:53:11 -08:00
parent b899e432ae
commit 83302c7ddc

View File

@@ -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");