Skip to content

Commit

Permalink
Update code signing command for DMG target.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 18, 2023
1 parent a1c153b commit e6bdf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6bdf4b

Please sign in to comment.