Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Nov 8, 2023
1 parent 183414a commit dc8ec1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc8ec1c

Please sign in to comment.