mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update MainForm.cs
This commit is contained in:
parent
40bb7a5ea1
commit
df5b55b14f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue