Updater/Win32: Use shell for deleting directories
This commit is contained in:
@@ -19,6 +19,8 @@ public:
|
||||
void CleanupStagingDirectory();
|
||||
|
||||
private:
|
||||
static bool RecursiveDeleteDirectory(const char* path);
|
||||
|
||||
struct FileToUpdate
|
||||
{
|
||||
std::string original_zip_filename;
|
||||
|
||||
Reference in New Issue
Block a user