Skip to content

Commit e6bdf4b

Browse files
committed
Update code signing command for DMG target.
1 parent a1c153b commit e6bdf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ VERSION = @SVERSION@
8282

8383
dmg:
8484
echo Signing HTMLDOC application bundle
85-
codesign -s "$(CODESIGN_IDENTITY)" --timestamp -o runtime htmldoc/htmldoc.app
85+
codesign -f -s "$(CODESIGN_IDENTITY)" --timestamp -o runtime htmldoc/htmldoc.app
8686
echo Creating archive for notarization
8787
rm -f htmldoc/htmldoc.zip
8888
ditto -c -k --keepParent htmldoc/htmldoc.app htmldoc/htmldoc.zip

0 commit comments

Comments
 (0)