mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-27 21:12:48 +00:00
fix: exporters use _dest fallback, merge colliding systems, per-platform subdirs
This commit is contained in:
parent
0be68edad0
commit
4fbb3571f8
7 changed files with 48 additions and 22 deletions
|
|
@ -139,7 +139,7 @@ class Exporter(BaseExporter):
|
|||
else:
|
||||
# No MD5 hashes — check file existence
|
||||
for fe in sys_files[sys_id]:
|
||||
dest = fe.get("destination", fe.get("name", ""))
|
||||
dest = self._dest(fe)
|
||||
if dest:
|
||||
lines.append(
|
||||
f' if [ -f "$biosPath/{dest}" ]; then',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue