Skip to content

Commit c8d25b0

Browse files
committed
Quote codesigning identity.
1 parent 6460d77 commit c8d25b0

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 $(IDENTITY) --timestamp -o runtime htmldoc/htmldoc.app
85+
codesign -s "$(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)