Fixes installer not prompting to kill processes

This commit is contained in:
Jordan Brown
2017-11-14 16:10:17 -05:00
committed by GitHub
parent bed6802280
commit f4dce62c7e
+2 -2
View File
@@ -294,12 +294,12 @@ namespace TGS.Installer.UI
{
while (true)
{
var res = PromptKillProcesses("TGS.CommandLine");
var res = PromptKillProcesses("TGCommandLine");
if (res == PKillType.Aborted)
return;
else if (res == PKillType.Killed)
continue;
res = PromptKillProcesses("TGS.ControlPanel");
res = PromptKillProcesses("TGControlPanel");
if (res == PKillType.Aborted)
return;
else if (res == PKillType.Killed)