postprocess/CustomTarget_signing.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 74ea65cfb29098171cbef1b003da1424f57fece1 Author: Thorsten Behrens <[email protected]> AuthorDate: Wed Feb 26 06:19:18 2025 +0100 Commit: Thorsten Behrens <[email protected]> CommitDate: Thu Feb 27 02:19:17 2025 +0100 Add firebird intl DLLs for code signing Change-Id: Ic67f51ddc2e8957c4cc228a98a888a4129aac36e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182198 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk index bcd113718c60..0c700166134e 100644 --- a/postprocess/CustomTarget_signing.mk +++ b/postprocess/CustomTarget_signing.mk @@ -52,6 +52,7 @@ ifeq ($(COM),MSC) $(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)/intl/*.dll \ $(INSTDIR)/sdk/cli/*.dll \ $(INSTDIR)/sdk/bin/*.exe \ && rm $$EXCLUDELIST && touch $@
