mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 11:27:32 +01:00
Cleanup temp-dir after download
This commit is contained in:
parent
124c644db1
commit
a988d54619
@ -94,6 +94,7 @@ public abstract class Connector
|
||||
}
|
||||
|
||||
ZipFile.CreateFromDirectory(tempFolder, fullPath);
|
||||
Directory.Delete(tempFolder); //Cleanup
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user