Qt: Remove update.zip after updating

This commit is contained in:
Stenzek
2024-02-04 17:40:19 +10:00
parent 885addcfce
commit ac1fd7f0cf
5 changed files with 28 additions and 5 deletions

View File

@ -93,6 +93,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
}
updater.CleanupStagingDirectory();
updater.RemoveUpdateZip();
progress.DisplayFormattedInformation("Launching '%s'...",
StringUtil::WideStringToUTF8String(program_to_launch).c_str());