mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:59:10 +02:00
Opkman: Fix install bug.
git-svn-id: trunk@60135 -
This commit is contained in:
parent
69dc475928
commit
35ae732201
@ -266,7 +266,7 @@ begin
|
||||
if LazarusPkg.InternalVersion > LazarusPkg.InternalVersionOld then
|
||||
LazarusPkg.InternalVersionOld := LazarusPkg.InternalVersion;
|
||||
end;
|
||||
if LazarusPkg.PackageType in [lptRunAndDesignTime, lptDesigntime] then
|
||||
if IDEPackage.PackageType in [lptRunAndDesignTime, lptDesigntime] then
|
||||
begin
|
||||
DoOnPackageInstallProgress(imInstallPackage, LazarusPkg);
|
||||
if InstallPackage then
|
||||
|
@ -1150,6 +1150,7 @@ 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