mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
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;
|
||||
}
|
||||
|
||||
cardUpdateProcess->start(updaterCmd);
|
||||
cardUpdateProcess->start("\"" + updaterCmd + "\"");
|
||||
}
|
||||
|
||||
void MainWindow::cardUpdateError(QProcess::ProcessError err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue