chore(builder): add hidden sign-files command for testing purposes

Useful when needing to sign singular files with same ease of signing a
Emacs.app bundle.
This commit is contained in:
2021-10-27 03:20:56 +01:00
parent be326b22aa
commit 7f2aba0e4e
2 changed files with 47 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ func New(version, commit, date string) *CLI {
Commands: []*cli2.Command{
planCmd(),
signCmd(),
signFilesCmd(),
notarizeCmd(),
packageCmd(),
releaseCmd(),