mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-25 16:18:52 +01:00
adding empty mamelist folder to package script
This commit is contained in:
parent
b66c0a3fa8
commit
8ed565a0a8
@ -83,6 +83,9 @@ if args.build == 'full':
|
||||
collection_path = os.path.join(output_path, 'collections')
|
||||
copytree(common_path, output_path)
|
||||
copytree(os_path, output_path)
|
||||
|
||||
mkdir_p(os.path.join(output_path, 'meta', 'mamelist'))
|
||||
|
||||
dirs = [d for d in os.listdir(collection_path) if os.path.isdir(os.path.join(collection_path, d))]
|
||||
for collection in dirs:
|
||||
if not collection.startswith('_'):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user