mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 17:59:08 +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
|
if LazarusPkg.InternalVersion > LazarusPkg.InternalVersionOld then
|
||||||
LazarusPkg.InternalVersionOld := LazarusPkg.InternalVersion;
|
LazarusPkg.InternalVersionOld := LazarusPkg.InternalVersion;
|
||||||
end;
|
end;
|
||||||
if LazarusPkg.PackageType in [lptRunAndDesignTime, lptDesigntime] then
|
if IDEPackage.PackageType in [lptRunAndDesignTime, lptDesigntime] then
|
||||||
begin
|
begin
|
||||||
DoOnPackageInstallProgress(imInstallPackage, LazarusPkg);
|
DoOnPackageInstallProgress(imInstallPackage, LazarusPkg);
|
||||||
if InstallPackage then
|
if InstallPackage then
|
||||||
|
@ -1150,6 +1150,7 @@ 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