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