Updater/Win32: Use shell for deleting directories

This commit is contained in:
Connor McLaughlin
2020-08-06 22:02:30 +10:00
parent 512a8b2b39
commit 070b16e611
2 changed files with 26 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ public:
void CleanupStagingDirectory();
private:
static bool RecursiveDeleteDirectory(const char* path);
struct FileToUpdate
{
std::string original_zip_filename;