Skip to content

Commit 2c9e15c

Browse files
committed
[Makefile] add codesign-macos-installer target
1 parent 793b164 commit 2c9e15c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ build-macos: macos-iconset build-image-resource build-font-resource
4040
codesign-macos:
4141
codesign --deep -s "Christopher Simpkins" dist/Slice.app
4242

43+
codesign-macos-installer:
44+
codesign -s "Christopher Simpkins" dist/*.dmg
45+
4346
build-macos-installer:
4447
# https://github.com/sindresorhus/create-dmg
4548
cd dist && create-dmg --overwrite Slice.app

0 commit comments

Comments
 (0)