mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 13:48:52 +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);
|
var fileName = GetPath(_tempFileName);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
File.Delete(fileName);
|
||||||
File.Copy(_args[0], fileName);
|
File.Copy(_args[0], fileName);
|
||||||
if (!File.Exists(fileName))
|
if (!File.Exists(fileName))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue