sbs20 / scanservjs

SANE scanner nodejs web ui
https://sbs20.github.io/scanservjs/
GNU General Public License v2.0
686 stars 137 forks source link

Packaging improvements #700

Open chayleaf opened 7 months ago

chayleaf commented 7 months ago

(see #695)

partially fixes #629 (the initial config is built before loading user options, so the initial config still uses convert from PATH)

This fixes what I consider not following the best packaging practices. Namely:

chayleaf commented 7 months ago

I've now verified that this works (except the Debian package) and am running this version

chayleaf commented 7 months ago

tests/lints pass on all commits now, and I've separated the changes into commits a bit better

sbs20 commented 7 months ago

Thanks for this! There's a lot to review here. I will get to it when I can.