diff --git a/components/lazautoupdate/latest_stable/updatehmsource/compiled/linux64/updatehmlinux64 b/components/lazautoupdate/latest_stable/updatehmsource/compiled/linux64/updatehmlinux64 index a5e4d046b..5865d71c6 100644 Binary files a/components/lazautoupdate/latest_stable/updatehmsource/compiled/linux64/updatehmlinux64 and b/components/lazautoupdate/latest_stable/updatehmsource/compiled/linux64/updatehmlinux64 differ diff --git a/components/lazautoupdate/latest_stable/updatehmsource/updatehm.lps b/components/lazautoupdate/latest_stable/updatehmsource/updatehm.lps index 42874842c..5b2314de1 100644 --- a/components/lazautoupdate/latest_stable/updatehmsource/updatehm.lps +++ b/components/lazautoupdate/latest_stable/updatehmsource/updatehm.lps @@ -4,11 +4,10 @@ - + - @@ -152,8 +151,27 @@ + + + + + + + + + + + + + + + + + + + - + @@ -266,6 +284,10 @@ + + + + diff --git a/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip b/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip index 98163b788..1a8b63ccd 100644 Binary files a/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip and b/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip differ diff --git a/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json index c6bab09a6..57c218cb5 100644 --- a/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json +++ b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json @@ -6,8 +6,8 @@ }, "UpdatePackageFiles" : [ { - "ForceNotify" : false, - "InternalVersion" : 1, + "ForceNotify" : true, + "InternalVersion" : 2, "Name" : "lazupdate.lpk", "Version" : "0.2.1.0" } diff --git a/components/lazautoupdate/latest_stable/versionsupport.pas b/components/lazautoupdate/latest_stable/versionsupport.pas index b7b266e66..2fa4ce038 100644 --- a/components/lazautoupdate/latest_stable/versionsupport.pas +++ b/components/lazautoupdate/latest_stable/versionsupport.pas @@ -31,7 +31,7 @@ Interface *) Uses - Classes, SysUtils,LCLVersion; + Classes, SysUtils, LCLVersion; Function GetFileVersion: String; Function GetProductVersion: String; @@ -56,7 +56,8 @@ Const Implementation Uses - resource, versiontypes, versionresource, InterfaceBase; + resource, versiontypes, versionresource, InterfaceBase + {$IF (lcl_major > 0) and (lcl_minor > 6)}, LCLPlatformDef {$ENDIF}; Type TVersionInfo = Class