Fix card update under windows
It failed if the path contained spaces.
This commit is contained in:
parent
66c194e27e
commit
227c18fc5a
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ void MainWindow::actCheckCardUpdates()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
cardUpdateProcess->start(updaterCmd);
|
cardUpdateProcess->start("\"" + updaterCmd + "\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::cardUpdateError(QProcess::ProcessError err)
|
void MainWindow::cardUpdateError(QProcess::ProcessError err)
|
||||||
|
|
Loading…
Reference in a new issue