mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +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
|
||||
begin
|
||||
HasUpdate := False;
|
||||
MetaPkg.DownloadZipURL := FXML.GetValue(Path + 'DownloadZipURL', '');
|
||||
MetaPkg.DisableInOPM := FXML.GetValue(Path + 'DisableInOPM', False);
|
||||
MetaPkg.Rating := FXML.GetValue(Path + 'Rating', 0);
|
||||
LazarusPkgCount := FXML.GetValue(Path + 'Count', 0);
|
||||
|
Loading…
Reference in New Issue
Block a user