We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793b164 commit 2c9e15cCopy full SHA for 2c9e15c
Makefile
@@ -40,6 +40,9 @@ build-macos: macos-iconset build-image-resource build-font-resource
40
codesign-macos:
41
codesign --deep -s "Christopher Simpkins" dist/Slice.app
42
43
+codesign-macos-installer:
44
+ codesign -s "Christopher Simpkins" dist/*.dmg
45
+
46
build-macos-installer:
47
# https://github.com/sindresorhus/create-dmg
48
cd dist && create-dmg --overwrite Slice.app
0 commit comments