diff --git a/src/updater/cocoa_main.mm b/src/updater/cocoa_main.mm index 8ba581e5d..928e389d6 100644 --- a/src/updater/cocoa_main.mm +++ b/src/updater/cocoa_main.mm @@ -114,8 +114,6 @@ int main(int argc, char* argv[]) updater.CleanupStagingDirectory(); - progress.ModalInformation("Update complete."); - result = EXIT_SUCCESS; }); diff --git a/src/updater/win32_main.cpp b/src/updater/win32_main.cpp index 70009f25e..6742fc162 100644 --- a/src/updater/win32_main.cpp +++ b/src/updater/win32_main.cpp @@ -94,8 +94,6 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi updater.CleanupStagingDirectory(); - progress.ModalInformation("Update complete."); - progress.DisplayFormattedInformation("Launching '%s'...", StringUtil::WideStringToUTF8String(program_to_launch).c_str()); ShellExecuteW(nullptr, L"open", program_to_launch.c_str(), nullptr, nullptr, SW_SHOWNORMAL);