Cleanup temp-dir after download

This commit is contained in:
glax 2023-05-19 20:14:21 +02:00
parent 124c644db1
commit a988d54619

View File

@ -94,6 +94,7 @@ public abstract class Connector
}
ZipFile.CreateFromDirectory(tempFolder, fullPath);
Directory.Delete(tempFolder); //Cleanup
}