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

@@ -113,6 +113,7 @@ int main(int argc, char* argv[])
}
updater.CleanupStagingDirectory();
updater.RemoveUpdateZip();
result = EXIT_SUCCESS;
});