diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-05-30 23:24:38 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-05-31 09:08:06 +0200 |
commit | b62e46909905607d81884cca9b1992810dc61fed (patch) | |
tree | 9db014914fed915095c13c7d0cd8c24d9c8242e5 | |
parent | 0adabed487938b6467438b812a1fa6fa358f40be (diff) |
tdf#86776 Digitally sign soffice.bin on Windows
Change-Id: I79e223f7ac8367a22668c015afddafe1c8b8cd42
Reviewed-on: https://gerrit.libreoffice.org/38249
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | postprocess/CustomTarget_signing.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk index 29b0532bd198..c571abe1c817 100644 --- a/postprocess/CustomTarget_signing.mk +++ b/postprocess/CustomTarget_signing.mk @@ -43,6 +43,7 @@ ifneq ($(ENABLE_DBGUTIL),TRUE) $(INSTDIR)/URE/bin/*.exe \ $(INSTDIR)/program/*.dll \ $(INSTDIR)/program/*.exe \ + $(INSTDIR)/program/soffice.bin \ $(INSTDIR)/program/shlxthdl/*.dll \ $(INSTDIR)/sdk/cli/*.dll \ $(INSTDIR)/sdk/bin/*.exe \ |