mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Including base_files_url
This commit is contained in:
committed by
GitHub
parent
8f4ebe7191
commit
09f77c761b
3
.github/calculate_db.py
vendored
3
.github/calculate_db.py
vendored
@@ -60,7 +60,8 @@ def create_db(folder, options):
|
||||
"db_files": options['db_files'],
|
||||
"latest_zip_url": options['latest_zip_url'],
|
||||
"files": dict(),
|
||||
"zips": dict()
|
||||
"zips": dict(),
|
||||
"base_files_url": ""
|
||||
}
|
||||
|
||||
delete_list_regex = re.compile("^(.*_)[0-9]{8}(\.[a-zA-Z0-9]+)*$", )
|
||||
|
||||
Reference in New Issue
Block a user