Commit 227c18fc authored by Fabio Bas's avatar Fabio Bas
Browse files

Fix card update under windows

It failed if the path contained spaces.
parent 66c194e2
......@@ -572,7 +572,7 @@ void MainWindow::actCheckCardUpdates()
return;
}
cardUpdateProcess->start(updaterCmd);
cardUpdateProcess->start("\"" + updaterCmd + "\"");
}
void MainWindow::cardUpdateError(QProcess::ProcessError err)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment