mirror of https://github.com/2dust/v2rayN
delete temporary file
parent
9a8b4593e1
commit
359c6e0f02
|
@ -94,6 +94,10 @@ namespace v2rayN.Tool
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (File.Exists(fileName))
|
||||||
|
{
|
||||||
|
File.Delete(fileName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue