This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit b3fb014342273ee6f040ac1e3b71a917c2429366 Author: mseidel <msei...@apache.org> AuthorDate: Thu May 6 10:56:27 2021 +0200 Further corrections to Product Information (cherry picked from commit c604542f7b5c012c15c9b6eea97a1d1f906d46e8) --- 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 99a05cb..d2c52a9 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.5.9900.500" ; Enable Unicode Unicode true -; SetCompressor (lzma/zlib/bzip2) +; Compression options CRCCheck on SetCompressor zlib