Qt/WinUpdater: Remove "Update Complete" dialog

Co-Authored-By: KamFretoZ <14798312+kamfretoz@users.noreply.github.com>
This commit is contained in:
Mrlinkwii 2023-12-12 14:50:46 +00:00
parent dbaf49e4d4
commit 53241b740b
2 changed files with 0 additions and 4 deletions

View file

@ -114,8 +114,6 @@ int main(int argc, char* argv[])
updater.CleanupStagingDirectory();
progress.ModalInformation("Update complete.");
result = EXIT_SUCCESS;
});

View file

@ -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);