This commit is contained in:
2023-04-20 15:50:02 +08:00
parent 4309ba71e9
commit 47ca4c574f
437 changed files with 137857 additions and 71 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ else
process.StartInfo.RedirectStandardInput = true;
process.StartInfo.UseShellExecute = false;
//process.StartInfo.CreateNoWindow = false; // 不创建新窗口
process.StartInfo.RedirectStandardOutput = true;
process.Start();
@@ -127,7 +127,7 @@ else
DeleteFolderContents(configObj.deployFolder);
//DeleteFolderContents(configFolder);
DeleteFolderContents(configFolder);
Console.WriteLine("删除激活信息...");