solenv/bin/modules/installer/windows/directory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8d1b7585fb019ea9f6f93be6a9b21cf8597fbfa5 Author: kubak <k...@openoffice.com.pl> AuthorDate: Sat May 4 21:27:37 2024 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat May 18 12:09:12 2024 +0200 tdf#115357: Set Start Menu folder under Windows to \LibreOffice\ Enhancement request. Change-Id: I128520432d33bd900d4385395f28a32d181485cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167141 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/solenv/bin/modules/installer/windows/directory.pm b/solenv/bin/modules/installer/windows/directory.pm index 659037652055..b0231e34063e 100644 --- a/solenv/bin/modules/installer/windows/directory.pm +++ b/solenv/bin/modules/installer/windows/directory.pm @@ -478,7 +478,7 @@ sub add_root_directories $baseproductversion = $allvariableshashref->{'BASEPRODUCTVERSION'}; # for example "2.0" for OOo } - my $realproductkey = $productname . " " . $productversion; + my $realproductkey = $productname; my $productkey = $productname . " " . $baseproductversion; if (( $allvariableshashref->{'POSTVERSIONEXTENSION'} ) && ( ! $allvariableshashref->{'DONTUSEEXTENSIONINDEFAULTDIR'} ))