mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:59:20 +02:00
Opkman: Do not overwrite link to external json, it might have been updated in the central repository.
git-svn-id: trunk@60093 -
This commit is contained in:
parent
f060e4ae45
commit
f401b35e17
@ -1150,7 +1150,6 @@ begin
|
|||||||
if MetaPkg <> nil then
|
if MetaPkg <> nil then
|
||||||
begin
|
begin
|
||||||
HasUpdate := False;
|
HasUpdate := False;
|
||||||
MetaPkg.DownloadZipURL := FXML.GetValue(Path + 'DownloadZipURL', '');
|
|
||||||
MetaPkg.DisableInOPM := FXML.GetValue(Path + 'DisableInOPM', False);
|
MetaPkg.DisableInOPM := FXML.GetValue(Path + 'DisableInOPM', False);
|
||||||
MetaPkg.Rating := FXML.GetValue(Path + 'Rating', 0);
|
MetaPkg.Rating := FXML.GetValue(Path + 'Rating', 0);
|
||||||
LazarusPkgCount := FXML.GetValue(Path + 'Count', 0);
|
LazarusPkgCount := FXML.GetValue(Path + 'Count', 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user