Browse Source

Fix windows binary name

pull/66/head
Jonathan "Duke" Leto 5 years ago
parent
commit
cadc8eddee
  1. 2
      src/connection.cpp

2
src/connection.cpp

@ -346,7 +346,7 @@ bool ConnectionLoader::startEmbeddedZcashd() {
auto hushdProgram = appPath.absoluteFilePath("hushd");
#elif defined(Q_OS_WIN64)
// we use the CLI directly
auto hushdProgram = appPath.absoluteFilePath("komodod");
auto hushdProgram = appPath.absoluteFilePath("komodod.exe");
#else
main->logger->write("Unknown OS!");
auto hushdProgram = appPath.absoluteFilePath("komodod");

Loading…
Cancel
Save