Adjust upgrade waiting time
This commit is contained in:
@@ -10,7 +10,7 @@ namespace AmazTool
|
||||
{
|
||||
Console.WriteLine($"{Resx.Resource.StartUnzipping}\n{fileName}");
|
||||
|
||||
Waiting(8);
|
||||
Waiting(3);
|
||||
|
||||
if (!File.Exists(fileName))
|
||||
{
|
||||
@@ -91,7 +91,7 @@ namespace AmazTool
|
||||
}
|
||||
|
||||
Console.WriteLine(Resx.Resource.Restartv2rayN);
|
||||
Waiting(3);
|
||||
Waiting(2);
|
||||
Process process = new()
|
||||
{
|
||||
StartInfo = new()
|
||||
|
||||
Reference in New Issue
Block a user