UberManager is a simple cross platform (OS X and Windows) manager 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.
UberManager uses Electron (http://electron.atom.io) to create a cross platform HTML/node.js app.
-
Install Node.js.
-
Install the dependencies and start the app.
npm install npm run dev
-
Install Homebrew.
-
Install
wineandmakensisfor electron-builder (needed to build the Windows installer).brew install wine makensis -
Run the build script
npm run pack -
You will find the compiled binaries in the
releasedirectory.
