diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-08-17 17:16:35 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-08-17 17:16:35 +0200 |
commit | 1183c6355b19943db066a84f3af9a3934b32695d (patch) | |
tree | ddc007875e5bae500e499c31bea46e8d41949255 /scp2 | |
parent | d1792b8f978bacb2c89376110682104f885dcc42 (diff) |
[CIBO] Use the same profile directory on Windows as the old brand
Change-Id: I10da4b6b4f301917e0436f349da6ce4851bd3754
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index e46bd98acd60..162dd6df60a2 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -334,7 +334,7 @@ ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall Order = 3; Key = "UserInstallation"; #ifdef WNT - Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION"; + Value = "$SYSUSERCONFIG/LibreOfficepoweredbyCIB/%USERDIRPRODUCTVERSION"; #elif defined MACOSX Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION"; #else |