Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
227c18fc
Commit
227c18fc
authored
May 21, 2015
by
Fabio Bas
Browse files
Fix card update under windows
It failed if the path contained spaces.
parent
66c194e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
227c18fc
...
@@ -572,7 +572,7 @@ void MainWindow::actCheckCardUpdates()
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment