Kaydet (Commit) 95c2f226 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

updater: fix incorrect installation directory path

With this change one step updates are finally working correctly.

Change-Id: I41a33b670039adc85a24de713bd0938d99da6662
Reviewed-on: https://gerrit.libreoffice.org/40660Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 74a3a035
...@@ -154,9 +154,8 @@ char** createCommandLine() ...@@ -154,9 +154,8 @@ char** createCommandLine()
} }
{ {
// the actual update directory // the actual update directory
OUString aInstallPath = getPathFromURL(aInstallDir); Updater::log("Install Dir: " + aInstallDir);
Updater::log("Install Dir: " + aInstallPath); createStr(aInstallDir, pArgs, 2);
createStr(aInstallPath, pArgs, 2);
} }
{ {
// the temporary updated build // the temporary updated build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment