8108a661fa
Build & Deploy / build-and-deploy (push) Successful in 12s
CloneCD rips generate a .cue that references DOTT.bin but the actual data file is DOTT.img. DOSBox fails to mount the CD when the referenced file doesn't exist, causing 'Illegal command' for executables on the CD. Now before bundle creation, we scan all .cue files and fix any FILE line that points to a missing data file by rewriting it to reference .img or .bin files actually present in the same directory.