otsaloma / nfoview

Viewer for NFO files
https://otsaloma.io/nfoview
GNU General Public License v3.0
139 stars 13 forks source link

Sort input file list #13

Closed bmwiedemann closed 6 years ago

bmwiedemann commented 6 years ago

so that .desktop and appdata.xml files build in a reproducible way in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461

See https://reproducible-builds.org/ for why this is good.

otsaloma commented 6 years ago

Thanks, merging.