When updating the bin folder, skip the file if it already exists.
https://github.com/2dust/v2rayN/issues/6515
This commit is contained in:
@@ -39,5 +39,14 @@ namespace AmazTool
|
||||
};
|
||||
process.Start();
|
||||
}
|
||||
|
||||
public static void Waiting(int second)
|
||||
{
|
||||
for (var i = second; i > 0; i--)
|
||||
{
|
||||
Console.WriteLine(i);
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user