1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-04-29 11:42:27 +02:00

Cleanup temp-dir after download

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

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