hyperbrew / vite-cep-plugin

A Vite plugin to build Adobe CEP Extension Panels
MIT License
16 stars 16 forks source link

Update `ZXPSignCmd` to 4.1.2 #3

Closed fartinmartin closed 2 years ago

fartinmartin commented 2 years ago

I ran into a permissions issues when running yarn zxp in a clone of the bolt-cep repo on an (M1) Mac:

./ZXPSignCmd: Permission denied

I fixed this by updating the ZXPSignCmd in node_modules/vite-cep-plugin/lib/bin to 4.1.2

justintaylor-dev commented 2 years ago

Thanks @fartinmartin! Looks like I also needed to add chmod permissions for an executable on Mac.