Skip to content

Commit

Permalink
fix close main app when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jun 9, 2015
1 parent eb9d81f commit 4453324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangadownloader/forms/frmMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ procedure TMainForm.itMonitorTimer(Sender: TObject);
{$ELSE}
RunExternalProcess(fmdDirectory + 'old_updater.exe',
['-x', '-r', '3', '-a', FUpdateURL, '-l', Application.ExeName,
'--lang', uTranslation.LastSelected]);
'--lang', uTranslation.LastSelected], True, True);
{$ENDIF}
Self.Close;
end;
Expand Down

0 comments on commit 4453324

Please sign in to comment.