feat(notarize): add notarize command to notarize and staple *.dmg files

This commit is contained in:
2021-05-31 00:14:11 +01:00
parent 698756ac55
commit 72d0254772
5 changed files with 223 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ func New(version, commit, date string) *CLI {
Commands: []*cli2.Command{
planCmd(),
signCmd(),
notarizeCmd(),
{
Name: "version",
Usage: "print the version",