mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-20 10:42:48 +00:00
fix: manifest dest paths relative to bios dir
This commit is contained in:
parent
8777706a01
commit
080cc8f19d
11 changed files with 7220 additions and 4255 deletions
|
|
@ -1799,7 +1799,7 @@ def generate_manifest(
|
|||
repo_path = _get_repo_path(sha1, db) if sha1 else ""
|
||||
|
||||
entry: dict = {
|
||||
"dest": full_dest,
|
||||
"dest": dest,
|
||||
"sha1": sha1,
|
||||
"size": file_size,
|
||||
"repo_path": repo_path,
|
||||
|
|
@ -1855,7 +1855,7 @@ def generate_manifest(
|
|||
source_emu = fe.get("source_emulator", "")
|
||||
|
||||
entry = {
|
||||
"dest": full_dest,
|
||||
"dest": dest,
|
||||
"sha1": sha1,
|
||||
"size": file_size,
|
||||
"repo_path": repo_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue