fix: Updater executable not being launched correctly when path had spaces in it
Fixes #1780
This commit is contained in:
parent
ad235fad25
commit
c922d9ceec
@ -862,7 +862,7 @@ namespace hex {
|
|||||||
|
|
||||||
EventImHexClosing::subscribe([executablePath, updateTypeString] {
|
EventImHexClosing::subscribe([executablePath, updateTypeString] {
|
||||||
hex::executeCommand(
|
hex::executeCommand(
|
||||||
hex::format("{} {}",
|
hex::format("\"{}\" \"{}\"",
|
||||||
wolv::util::toUTF8String(executablePath),
|
wolv::util::toUTF8String(executablePath),
|
||||||
updateTypeString
|
updateTypeString
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user