mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 17:08:12 -07:00
Merge pull request #1096 from ctrlaltca/update_spaces
Fix card update under windows
This commit is contained in:
@@ -572,7 +572,7 @@ void MainWindow::actCheckCardUpdates()
|
||||
return;
|
||||
}
|
||||
|
||||
cardUpdateProcess->start(updaterCmd);
|
||||
cardUpdateProcess->start("\"" + updaterCmd + "\"");
|
||||
}
|
||||
|
||||
void MainWindow::cardUpdateError(QProcess::ProcessError err)
|
||||
|
||||
Reference in New Issue
Block a user