mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Issues when running the updater on Linux
This commit is contained in:
@@ -1048,12 +1048,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
EventImHexClosing::subscribe([executablePath, updateTypeString] {
|
||||
hex::startProgram(
|
||||
fmt::format("\"{}\" \"{}\"",
|
||||
wolv::util::toUTF8String(executablePath),
|
||||
updateTypeString
|
||||
)
|
||||
);
|
||||
hex::startProgram({ wolv::util::toUTF8String(executablePath), updateTypeString });
|
||||
});
|
||||
|
||||
ImHexApi::System::closeImHex();
|
||||
|
||||
Reference in New Issue
Block a user