This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 2088a43  Further corrections to Product Information
2088a43 is described below

commit 2088a43370f5065f0af53a966c8cb7275c3aff1d
Author: mseidel <[email protected]>
AuthorDate: Thu May 6 10:58:20 2021 +0200

    Further corrections to Product Information
---
 main/setup_native/source/win32/nsis/downloadtemplate.nsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/setup_native/source/win32/nsis/downloadtemplate.nsi 
b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
index 57aace4..608e8af 100644
--- a/main/setup_native/source/win32/nsis/downloadtemplate.nsi
+++ b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
@@ -5,7 +5,7 @@
 
 ; Product Information
 VIAddVersionKey ProductName "Apache PRODUCTNAMEPLACEHOLDER"
-VIAddVersionKey CompanyName "PUBLISHERPLACEHOLDER"
+VIAddVersionKey CompanyName "Apache Software Foundation"
 VIAddVersionKey LegalCopyright "(c) 2012-2021 The Apache Software Foundation"
 VIAddVersionKey FileDescription "Apache PRODUCTNAMEPLACEHOLDER Installer"
 VIAddVersionKey ProductVersion "PRODUCTVERSIONPLACEHOLDER"
@@ -14,7 +14,7 @@ VIProductVersion "4.2.9822.500"
 ; Enable Unicode
 Unicode true
 
-; SetCompressor lzma (lzma/zlib/bzip2)
+; Compression options
 CRCCheck on
 SetCompressor zlib
 

Reply via email to