From e6bdf4bf42cce459ee6120cfa4ebe747a9abb052 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 17 Sep 2023 21:33:38 -0400 Subject: [PATCH] Update code signing command for DMG target. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 459b4727..159caadc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ VERSION = @SVERSION@ dmg: echo Signing HTMLDOC application bundle - codesign -s "$(CODESIGN_IDENTITY)" --timestamp -o runtime htmldoc/htmldoc.app + codesign -f -s "$(CODESIGN_IDENTITY)" --timestamp -o runtime htmldoc/htmldoc.app echo Creating archive for notarization rm -f htmldoc/htmldoc.zip ditto -c -k --keepParent htmldoc/htmldoc.app htmldoc/htmldoc.zip