mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
External Paths for target_folder_path too
This commit is contained in:
committed by
GitHub
parent
3d420037c6
commit
55462d5c4a
4
.github/calculate_db.py
vendored
4
.github/calculate_db.py
vendored
@@ -60,6 +60,10 @@ def main(dryrun):
|
||||
|
||||
for zip_description in db['zips'].values():
|
||||
zip_description['path'] = external_path(zip_description['path'])
|
||||
if 'target_folder_path' not in zip_description:
|
||||
continue
|
||||
|
||||
zip_description['target_folder_path'] = external_path(zip_description['target_folder_path'])
|
||||
|
||||
save_data_to_compressed_json(db, db_file_json, db_file_zip)
|
||||
if db_has_no_changes(db, db_url):
|
||||
|
||||
Reference in New Issue
Block a user