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