elements-storage / ZXPInstaller

Open Source ZXP Installer for Adobe Extensions
http://zxpinstaller.com/
GNU General Public License v2.0
339 stars 53 forks source link

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
  2. You will find the compiled binaries in the dist directory.

Credits

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