Merge pull request #1096 from ctrlaltca/update_spaces
Fix card update under windows
This commit is contained in:
commit
544666a3bc
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ void MainWindow::actCheckCardUpdates()
|
|||
return;
|
||||
}
|
||||
|
||||
cardUpdateProcess->start(updaterCmd);
|
||||
cardUpdateProcess->start("\"" + updaterCmd + "\"");
|
||||
}
|
||||
|
||||
void MainWindow::cardUpdateError(QProcess::ProcessError err)
|
||||
|
|
Loading…
Reference in a new issue