mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-16 22:02:31 -05:00
fix: repo_path fallback by name for normalized zips
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"platform": "lakka",
|
||||
"display_name": "Lakka",
|
||||
"version": "1.0",
|
||||
"generated": "2026-03-28T17:57:43Z",
|
||||
"generated": "2026-03-28T18:10:49Z",
|
||||
"base_destination": "system",
|
||||
"detect": [
|
||||
{
|
||||
@@ -14,8 +14,8 @@
|
||||
}
|
||||
],
|
||||
"standalone_copies": [],
|
||||
"total_files": 956,
|
||||
"total_size": 1705704847,
|
||||
"total_files": 957,
|
||||
"total_size": 1730542084,
|
||||
"files": [
|
||||
{
|
||||
"dest": "3do_arcade_saot.bin",
|
||||
@@ -189,7 +189,7 @@
|
||||
"dest": "nmk004.zip",
|
||||
"sha1": "489256f5e2001070d2ad94c90d255282c71ed274",
|
||||
"size": 3556,
|
||||
"repo_path": "",
|
||||
"repo_path": "bios/Arcade/Arcade/nmk004.zip",
|
||||
"cores": null
|
||||
},
|
||||
{
|
||||
@@ -553,7 +553,7 @@
|
||||
"dest": "Dinothawr.zip",
|
||||
"sha1": "693d8bb4d992c645e6413a57195acf4eca2f5a2e",
|
||||
"size": 6724506,
|
||||
"repo_path": "",
|
||||
"repo_path": "bios/Dinothawr/Dinothawr/Dinothawr.zip",
|
||||
"cores": null
|
||||
},
|
||||
{
|
||||
@@ -1675,7 +1675,7 @@
|
||||
"dest": "scummvm.zip",
|
||||
"sha1": "718c1a00d38e0810a1ad0ffde79f73447f846f01",
|
||||
"size": 79379908,
|
||||
"repo_path": "",
|
||||
"repo_path": "bios/ScummVM/scummvm.zip",
|
||||
"cores": null,
|
||||
"storage": "release",
|
||||
"release_asset": "scummvm.zip"
|
||||
@@ -5931,6 +5931,15 @@
|
||||
"MAME 2000"
|
||||
]
|
||||
},
|
||||
{
|
||||
"dest": "mameinfo.dat",
|
||||
"sha1": "65323366553276719c72fb11447de1eaa6931fa8",
|
||||
"size": 24837237,
|
||||
"repo_path": "bios/Arcade/MAME/mameinfo.dat",
|
||||
"cores": [
|
||||
"MAME 2000"
|
||||
]
|
||||
},
|
||||
{
|
||||
"dest": "cvs.zip",
|
||||
"sha1": "649d8af20ba0048fa993585960bf0305d50fc560",
|
||||
|
||||
Reference in New Issue
Block a user