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 install
within 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 run
scripts to test and package the installer.
- Use
npm run dev
to test the installer/ - Use
npm run package
to package the installer into the executable of your current platform.