I believe if you have spaces in your company name when signing the zxp file, npm run archive will fail because the ZXPSignCmd command interprets the parts as separate command line parameters. E.g:
CERTIFICATE_ORG="My Company"
Results in the command:
ZXPSignCmd -selfSignedCert US CA My Company com.company certificate-password certificate.p12
I believe if you have spaces in your company name when signing the zxp file,
npm run archive
will fail because theZXPSignCmd
command interprets the parts as separate command line parameters. E.g:Results in the command:
being run. Which errors with
Command failed
.