Update MainForm.cs

This commit is contained in:
2dust 2020-01-15 09:35:06 +08:00 committed by tonyshixiaoli
parent 8fd1eb7cde
commit 117cf04bc4

View file

@ -52,6 +52,7 @@ namespace v2rayUpgrade
var fileName = GetPath(_tempFileName);
try
{
File.Delete(fileName);
File.Copy(_args[0], fileName);
if (!File.Exists(fileName))
{