[Libreoffice-commits] core.git: postprocess/CustomTarget_signing.mk
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 16 08:29:01 UTC 2021
postprocess/CustomTarget_signing.mk | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit d534a4c7b45ff254b339e806c6a11f13d9ff0043
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Fri Jan 15 22:42:05 2021 +0300
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sat Jan 16 09:28:23 2021 +0100
tdf#68198: sign the rest of binaries
Change-Id: I89bad00245e9e2c9f8cad1cdc33e40007ae6f80d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109414
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk
index a00faa857f2a..6fdd4950f4cb 100644
--- a/postprocess/CustomTarget_signing.mk
+++ b/postprocess/CustomTarget_signing.mk
@@ -45,7 +45,14 @@ ifneq ($(ENABLE_DBGUTIL),TRUE)
$(INSTDIR)/URE/bin/*.exe \
$(INSTDIR)/program/*.dll \
$(INSTDIR)/program/*.exe \
+ $(INSTDIR)/program/*.com \
$(INSTDIR)/program/soffice.bin \
+ $(INSTDIR)/program/unopkg.bin \
+ $(INSTDIR)/program/pyuno.pyd \
+ $(INSTDIR)/$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/bin/*.exe \
+ $(INSTDIR)/$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/*.dll \
+ $(INSTDIR)/$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/*.pyd \
+ $(INSTDIR)/$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/distutils/command/*.exe \
$(INSTDIR)/program/shlxthdl/*.dll \
$(INSTDIR)/sdk/cli/*.dll \
$(INSTDIR)/sdk/bin/*.exe \
More information about the Libreoffice-commits
mailing list