Files
dostalgia/src/main
Hermes Agent 8108a661fa
Build & Deploy / build-and-deploy (push) Successful in 12s
fix: rewrite .cue FILE references that point to non-existent data files
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.
2026-06-03 12:46:33 +02:00
..