Skip to content

Fix case-insensitive file extensions on Windows

Latest
Compare
Choose a tag to compare
@sahlberg sahlberg released this 21 Sep 21:36
· 22 commits to master since this release

Windows filesystems are case insensitive so they treat .cue and .CUE as the same extension.
Fix extenstion detection in pop-fe to handle uppercase extensions.