Electron App for installing and uninstalling fuse-fonts, or any .zxp. You'd need to fork this to use it for another installer.
First: You'll need a .zxp file in order to use the installer. A .zxp file is not included within this repository
- Clone/Fork this repository
- Run
npm installwithin the repository folder to install dependencies - Place the zxp file within
src/bin. - Then, review
src/settings.json's and update the"zxpPath"line to match your zxp file. - You can then use the
npm runscripts to test and package the installer.
- Use
npm run devto test the installer/ - Use
npm run packageto package the installer into the executable of your current platform.