We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c153b commit e6bdf4bCopy full SHA for e6bdf4b
Makefile.in
@@ -82,7 +82,7 @@ VERSION = @SVERSION@
82
83
dmg:
84
echo Signing HTMLDOC application bundle
85
- codesign -s "$(CODESIGN_IDENTITY)" --timestamp -o runtime htmldoc/htmldoc.app
+ codesign -f -s "$(CODESIGN_IDENTITY)" --timestamp -o runtime htmldoc/htmldoc.app
86
echo Creating archive for notarization
87
rm -f htmldoc/htmldoc.zip
88
ditto -c -k --keepParent htmldoc/htmldoc.app htmldoc/htmldoc.zip
0 commit comments