diff --git a/components/lazautoupdate/latest_stable/lazupdate.lpk b/components/lazautoupdate/latest_stable/lazupdate.lpk
index a3d505bba..f047622a2 100644
--- a/components/lazautoupdate/latest_stable/lazupdate.lpk
+++ b/components/lazautoupdate/latest_stable/lazupdate.lpk
@@ -62,7 +62,7 @@ More information in the Wiki Home Page http://wiki.freepascal.org/LazAutoUpdater
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"/>
-
+
diff --git a/components/lazautoupdate/latest_stable/testapp/testapp.lps b/components/lazautoupdate/latest_stable/testapp/testapp.lps
index 6b8df4b1b..537d880c8 100644
--- a/components/lazautoupdate/latest_stable/testapp/testapp.lps
+++ b/components/lazautoupdate/latest_stable/testapp/testapp.lps
@@ -10,7 +10,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
@@ -43,15 +43,15 @@
-
-
-
+
+
+
-
-
-
+
+
+
@@ -59,7 +59,7 @@
-
+
@@ -146,7 +146,7 @@
-
+
@@ -188,126 +188,129 @@
+
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/components/lazautoupdate/latest_stable/ulazautoupdate.pas b/components/lazautoupdate/latest_stable/ulazautoupdate.pas
index 8435969aa..ba3028213 100644
--- a/components/lazautoupdate/latest_stable/ulazautoupdate.pas
+++ b/components/lazautoupdate/latest_stable/ulazautoupdate.pas
@@ -137,9 +137,10 @@ const
V0.2.8: Changed constants C_UPDATEHMNAME and C_LAUUPDATENAME
V0.2.9: Added CreateLocalLauImportFile in UpdateToNewVersion
V0.3.1: Added SetExecutePermission (LINUX only)
- V0.3.2: ??
+ V0.3.2: Bugfix for DoSilentUpdate
+ V0.3.3: ??
}
- C_TLazAutoUpdateComponentVersion = '0.3.0';
+ C_TLazAutoUpdateComponentVersion = '0.3.2';
C_TThreadedDownloadComponentVersion = '0.0.3';
{
V0.0.1: Initial alpha
@@ -1689,13 +1690,13 @@ begin
Format('App data directory is %s', [szLAUTrayAppPath]));
// AppDataDirectory/LazAutoUpdater/
szLAUTrayAppPath := UTF8StringReplace(szLAUTrayAppPath, Application.Title,
- 'updatehm', [rfIgnoreCase, rfReplaceAll]);
+ 'updatehm' + C_PFX, [rfIgnoreCase, rfReplaceAll]);
szLAUTrayAppPath := LowerCase(szLAUTrayAppPath);
if fFireDebugEvent then
fOndebugEvent(Self, 'DoSilentUpdate',
Format('App data directory changed to %s', [szLAUTrayAppPath]));
- // Now AppDataDirectory/updatehm/
+ // Now AppDataDirectory/updatehm(+C_PFX)/
try
if ForceDirectory(szLAUTrayAppPath) then
if fFireDebugEvent then
diff --git a/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip b/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip
index 94964efa2..1975b0c05 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 3e9abdff2..6da75d9ec 100644
--- a/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json
+++ b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json
@@ -9,7 +9,7 @@
"ForceNotify" : false,
"InternalVersion" : 1,
"Name" : "lazupdate.lpk",
- "Version" : "0.3.1.0"
+ "Version" : "0.3.2.0"
}
]
}