Skip to content

FacturaScripts/fsprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSPrinter

Electron app to connect printers to FacturaScripts a factura.city

Installation

npm install

Development

Run the application in development mode:

npm start

Build

The project uses electron-builder to create distributable packages.

Build for all platforms

npm run build

Build for specific platforms

Linux (deb, rpm, AppImage):

npm run build:linux

Windows (installer NSIS and portable):

npm run build:win

macOS (dmg and zip):

npm run build:mac

The compiled files will be generated in the dist/ directory.

macOS: "The application is damaged"

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"

Project Information

  • Version: 1.4.1
  • Author: Carlos García Gómez
  • License: LGPL-3.0

Contact or feedback

https://facturascripts.com/plugins/tickets

About

Electron app to connect printers to FacturaScripts

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors