• Stars
    star
    339
  • Rank 124,632 (Top 3 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open Source ZXP Installer for Adobe Extensions

ZXPInstaller

ZXPInstaller is a simple cross platform (OS X and Windows) installer for third party Adobe extensions (.zxp files). It serves as a replacement for the Extension Manager which no longer is not supported after CC 2014. It provides a drag-and-drop GUI for installation, and a website to which extension developers can point users to download the installer.

How it works

ZXPInstaller uses Electron (https://electron.org) to create a cross platform HTML/node.js app. The app spawns a child process for the Adobe Extension Manager command line utility to install the ZXP.

Setup

  1. Install Node.js.

  2. Install the dependencies and start the app.

yarn
yarn dev

Compiling

  1. Run the build script
yarn pack:mac-x64
  1. You will find the compiled binaries in the dist directory.

Credits

ZXPInstaller was originally created by @maxoos and maintained by Cameron McEfee and GuideGuide.