fusepilot / create-cep-extension

A near zero config approach to creating CEP extensions with Webpack and React.
Other
87 stars 15 forks source link

npm run archive: Spaces in company name #7

Closed jmgirven closed 7 years ago

jmgirven commented 7 years ago

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

being run. Which errors with Command failed.