summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_update.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_update.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_update.cxx b/desktop/source/deployment/misc/dp_update.cxx
index 0a078fd3e499..fd4a76a8f9ea 100644
--- a/desktop/source/deployment/misc/dp_update.cxx
+++ b/desktop/source/deployment/misc/dp_update.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_folders.h>
+
#include "dp_update.hxx"
#include "dp_version.hxx"
#include "dp_identifier.hxx"
@@ -215,7 +217,7 @@ bool onlyBundledExtensions(
OUString getExtensionDefaultUpdateURL()
{
OUString sUrl(
- "${$BRAND_BASE_DIR/program/" SAL_CONFIGFILE("version")
+ "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" SAL_CONFIGFILE("version")
":Version:ExtensionUpdateURL}");
::rtl::Bootstrap::expandMacros(sUrl);
return sUrl;