Packaging and distributing Adobe CEP Extensions
Simple automated route
PreviousJsx functions for Adobe CEP autoEdit adobe PanelNextPackaging signing Adobe CEP Panel in details
Last updated
Simple automated route
Last updated
Create a .env
file in the root of the repository, here's an example
The command below
It uses this script, sign-and-package-adobe-panel.js
to
package all files and folders needed for Adobe CEP panel inside ./adobe-panel-build
folder (in .gitignore
)
creates a self signed, time stamped, certificate ./ccextensionsmac/certificate.p12
(in .gitignore
)
pack and sign the extension, can find it in ./dist/com.autoedit2.it.zxp
(in .gitignore
)
or some more instruction on how to install third party extensions
See for how to distribute that way.