mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-16 15:20:09 -05:00
Notify users to not kill Simba whilst SRL is updating
This commit is contained in:
parent
f983adae1d
commit
d9446e998c
@ -45,7 +45,8 @@ begin
|
|||||||
Result := True;
|
Result := True;
|
||||||
if (OnlineP > LocalP) then
|
if (OnlineP > LocalP) then
|
||||||
begin
|
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');
|
Contents := GetPage('http://wizzup.org/static/srl/simba_plugins.tar.bz2');
|
||||||
Failed := True;
|
Failed := True;
|
||||||
if DecompressBZip2(Contents,DeContents,4096) then
|
if DecompressBZip2(Contents,DeContents,4096) then
|
||||||
@ -80,6 +81,7 @@ begin
|
|||||||
if (OnlineS > LocalS) then
|
if (OnlineS > LocalS) then
|
||||||
begin
|
begin
|
||||||
Writeln('SRL is outdated, updating now!');
|
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');
|
Contents := GetPage('http://wizzup.org/static/srl/srl.tar.bz2');
|
||||||
Failed := True;
|
Failed := True;
|
||||||
if DecompressBZip2(Contents,DeContents,4096) then
|
if DecompressBZip2(Contents,DeContents,4096) then
|
||||||
|
Loading…
Reference in New Issue
Block a user