ClassicPress / ClassicPress-APIs

ClassicPress API endpoints
https://api-v1.classicpress.net/
GNU General Public License v2.0
6 stars 12 forks source link

Fix checksum generation #90

Closed mattyrob closed 12 months ago

mattyrob commented 12 months ago

This PR aims to fix 2 issues in the generation of checksums for code releases.

Only the root files are having a checksum generated at the moment, this change ensure the script recurses through full git tree. Since the introduction of a favicon in root, the script is failing due to Python encoding errors, this change encodes files accounting for non-text files.