Closed rishaan05 closed 1 year ago
That's why it exits with code 2 and not 1. So it can be detected: https://github.com/sindresorhus/create-dmg/issues/24
I'm worried that failing silently, means that someone having it in a build script can accidentally ship unsigned DMGs to users.
Exit status 2 can cause multi-step build scripts to fail for potentially normal use since code signing certificates are not necessarily required.