matthewjberger / scoop-nerd-fonts

A scoop bucket for installing nerd fonts
The Unlicense
364 stars 34 forks source link

Fix “No JSON object could be decoded” issue #2

Closed rasa closed 6 years ago

rasa commented 6 years ago

Python’s json library chokes on parsing this file and Gohu-NF.json with the error “No JSON object could be decoded”

rasa commented 6 years ago

See https://gist.github.com/rasa/3e6afc04f9e1dcf55831c2a1e0e8cb71#matthewjberger_scoop-nerd-fonts

matthewjberger commented 6 years ago

The bin/generate-manifests.ps1 file has a template at the top that is used to generate all of the fonts. Please apply your change to the $templateString variable in the generate-manifests.ps1 file and I will regenerate all of the font manifests with your fix.

Thank you for the contribution!

matthewjberger commented 6 years ago

I've added a note about generating the font manifests to the readme as well.

rasa commented 6 years ago

I fixed it on my end. Sorry for the noise.