Skip to content

Commit

Permalink
Run FMD again after update
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Apr 16, 2015
1 parent 86f0791 commit 57e4af4
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 @@ -901,7 +901,7 @@ procedure TMainForm.itMonitorTimer(Sender: TObject);
'-x -r 3 -a ' + FUpdateURL + ' -l ' + Application.ExeName, False);
{$ELSE}
RunExternalProcess(fmdDirectory + 'old_updater.exe',
['-x', '-r', '3', '-a', FUpdateURL], True, True);
['-x', '-r', '3', '-a', FUpdateURL, '-l', Application.ExeName], True, True);
{$ENDIF}
Application.Terminate;
end;
Expand Down

0 comments on commit 57e4af4

Please sign in to comment.