1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 09:12:19 -05:00

Notify users to not kill Simba whilst SRL is updating

This commit is contained in:
Merlijn Wajer 2010-07-15 00:06:28 +02:00
parent f983adae1d
commit d9446e998c

View File

@ -45,7 +45,8 @@ begin
Result := True;
if (OnlineP > LocalP) then
begin
Writeln('New plugin(s) are available');
Writeln('New plugin(s) are available.');
Writeln('Downloading the new plugins now. Please do not close Simba.');
Contents := GetPage('http://wizzup.org/static/srl/simba_plugins.tar.bz2');
Failed := True;
if DecompressBZip2(Contents,DeContents,4096) then
@ -80,6 +81,7 @@ begin
if (OnlineS > LocalS) then
begin
Writeln('SRL is outdated, updating now!');
Writeln('Downloading the new SRL now. Please do not close Simba.');
Contents := GetPage('http://wizzup.org/static/srl/srl.tar.bz2');
Failed := True;
if DecompressBZip2(Contents,DeContents,4096) then