nbedos / termtosvg

Record terminal sessions as SVG animations
https://nbedos.github.io/termtosvg/
BSD 3-Clause "New" or "Revised" License
9.71k stars 436 forks source link

build standalone binary #99

Closed setop closed 4 years ago

setop commented 5 years ago

I used Pysintaller with the following command : use pyinstaller --clean --ascii --strip --onefile --name termtosvg --hidden-import pyte --hidden-import lxml --add-data termtosvg/data/templates:termtosvg/data/templates __main__.py

Maybe it could be added to the documentation, if helpful.

nbedos commented 4 years ago

Thanks but I'd rather not get involved with packaging. Adding this as a note to the documentation means I both have to test it and provide support for it, which I'm not willing to do. I'd rather leave packaging to package maintainers.