rejetto / file-icons

HFS plugin to customize file icons
GNU General Public License v3.0
0 stars 1 forks source link

Files with multiple dots in the name don't have the thumbnail #2

Closed SanokKule closed 3 months ago

SanokKule commented 3 months ago

Replacing line 84 with this works fine

const ext = source ? basename(source).substring(basename(source).lastIndexOf('.') + 1).toLowerCase() : undefined;
rejetto commented 3 months ago

thanks for reporting! i published an update that should fix that. let me know

SanokKule commented 3 months ago

All good, thanks for the fix!