mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-31 13:26:14 +02:00
Cleanup temp-dir after download
This commit is contained in:
@@ -94,6 +94,7 @@ public abstract class Connector
|
|||||||
}
|
}
|
||||||
|
|
||||||
ZipFile.CreateFromDirectory(tempFolder, fullPath);
|
ZipFile.CreateFromDirectory(tempFolder, fullPath);
|
||||||
|
Directory.Delete(tempFolder); //Cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user