Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin committed Mar 18, 2018
1 parent 428459d commit 8be8c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ begin
Result := true;
if IsAppRunning( 'moolticute.exe' ) or IsAppRunning( 'moolticuted.exe' ) then
BEGIN
begin
ShellExec('', ExpandConstant('{sys}\taskkill.exe'),'/f /im moolticute.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrorCode);
ShellExec('', ExpandConstant('{sys}\taskkill.exe'),'/f /im moolticuted.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrorCode);
END
end;
if RegKeyExists(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#MyAppID}_is1') then
begin
Expand Down

0 comments on commit 8be8c90

Please sign in to comment.