sahlberg / pop-fe

Python script to automate the process of fetching boxart and installing PS1 games (onto your PSP/VITA/PS2/PS3)
173 stars 15 forks source link

Use font filename rather than full path #1

Closed 63BeetleSmurf closed 3 years ago

63BeetleSmurf commented 3 years ago

Font path on Debian 11 is .../fonts/truetype/dejavu/... rather than .../fonts/dejavu/... so was failing over to the Windows path and throwing an exception. Using only the file name leaves PIL to handle finding the path. Only tested on Debian 11.

sahlberg commented 3 years ago

merged