mrchrisster / 0mhz-collection

A curated collection of configurations for individually bootable DOS games for the ao486 core on MiSTer
24 stars 1 forks source link

Fix for AO486 Paths in ZIPs #5

Open steve1515 opened 5 months ago

steve1515 commented 5 months ago

The paths in the zip files on archive.org all have lowercase ao486/media, but they should be AO486/media as the lower case version currently being used will not work on a case sensitive file system. In my case for example, my external drive attached to the MiSTer is using ext4, so using the wrong case for the path breaks everything.

Can the download script automatically translate to the proper upper case when extracting the zips?

steve1515 commented 5 months ago

For now, I've made a symlink from ao486 to AO486 to make things work.

I think the real issue is with the 0MHz zips though and they should fix the issue to solve this properly. I've also created an issue there: https://github.com/0mhz-net/0mhz-collection/issues/64