Electron app to connect printers to FacturaScripts a factura.city
npm installRun the application in development mode:
npm startThe project uses electron-builder to create distributable packages.
npm run buildLinux (deb, rpm, AppImage):
npm run build:linuxWindows (installer NSIS and portable):
npm run build:winmacOS (dmg and zip):
npm run build:macThe compiled files will be generated in the dist/ directory.
The macOS build is not signed with an Apple Developer ID, so Gatekeeper blocks it after download with a misleading "damaged" message. Remove the quarantine attribute to allow it to run:
xattr -dr com.apple.quarantine "/Applications/FSPrinter.app"- Version: 1.4.1
- Author: Carlos García Gómez
- License: LGPL-3.0