chore: delete the folder after the fact

This commit is contained in:
citizen-VM 2021-01-11 00:38:34 +01:00
parent 9319d09a63
commit 7e871d6533
Signed by: wanderer
GPG Key ID: 6391444A736EEE7E

View File

@ -172,6 +172,7 @@ namespace KRY_0x04
{
MessageBox.Show("error: " + exception.ToString(), "error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
Directory.Delete(pathTo_dirToZip);
}
}