diff --git a/src/c#/GeneralUpdate.Core/Strategys/PlatformWindows/WindowsStrategy.cs b/src/c#/GeneralUpdate.Core/Strategys/PlatformWindows/WindowsStrategy.cs index 4dcdbe9b..6864aac9 100644 --- a/src/c#/GeneralUpdate.Core/Strategys/PlatformWindows/WindowsStrategy.cs +++ b/src/c#/GeneralUpdate.Core/Strategys/PlatformWindows/WindowsStrategy.cs @@ -73,7 +73,6 @@ public override bool StartApp(string appName, int appType) { case AppType.ClientApp: Process.Start(path, Packet.ProcessBase64); - Process.GetCurrentProcess().Kill(); break; case AppType.UpgradeApp: