mirror of https://github.com/2dust/v2rayN
Update MainForm.cs
parent
40bb7a5ea1
commit
df5b55b14f
|
@ -52,6 +52,7 @@ namespace v2rayUpgrade
|
|||
var fileName = GetPath(_tempFileName);
|
||||
try
|
||||
{
|
||||
File.Delete(fileName);
|
||||
File.Copy(_args[0], fileName);
|
||||
if (!File.Exists(fileName))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue