Packaging and distributing Adobe CEP Extensions
Simple automated route
There is a more in depth explanation of the steps involved here. Otherwise if you just want to run the automated script continue on this page.
Build, package and sign the app
Addd a config file
Create a .env
file in the root of the repository, here's an example
Run script
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
)
Distribution
See submit to adobe section for how to distribute that way.
or some more instruction on how to install third party extensions
PreviousJsx functions for Adobe CEP autoEdit adobe PanelNextPackaging signing Adobe CEP Panel in details
Last updated