delete temporary file

pull/2530/head
2dust 2 years ago
parent 9a8b4593e1
commit 359c6e0f02

@ -94,6 +94,10 @@ namespace v2rayN.Tool
}
}
}
if (File.Exists(fileName))
{
File.Delete(fileName);
}
}
catch (Exception ex)
{

Loading…
Cancel
Save