Skip to content

Latest commit

 

History

History

sap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SAP (SignAndPackage)

  • The tool to sign and package a Adobe CC Extension (zxp file)

How to use this tool

You don't need to download anything. Just do the following:

  1. Place the folder containning the extension content in folder sap, such as "ACCPanel". Make sure this folder contains the correct CSXS/manifest.xml.
  2. With command line too, swich the working directory to "sapUse", and use run.bat to create the extension. The first argument is the path to the certificate, the second password is the password of the certificate, and the third argument is the name of folder which contains the extension content.
  • Example: Suppose there is a certificate "cert.p12" in the directory "sapUse", the password of the certificate is "password", the command to sign and package ACCPanel would be:

sap.bat ./cert.p12 password ACCPanel