mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 02:05:06 +01:00
Updated packaging script to create video folder
This commit is contained in:
parent
1cc257658f
commit
9bcf8cc329
@ -100,6 +100,7 @@ if args.build == 'full':
|
||||
mkdir_p(os.path.join(output_path, 'collections', collection, 'medium_artwork', 'logo'))
|
||||
mkdir_p(os.path.join(output_path, 'collections', collection, 'medium_artwork', 'screenshot'))
|
||||
mkdir_p(os.path.join(output_path, 'collections', collection, 'medium_artwork', 'screentitle'))
|
||||
mkdir_p(os.path.join(output_path, 'collections', collection, 'medium_artwork', 'video'))
|
||||
mkdir_p(os.path.join(output_path, 'collections', collection, 'system_artwork'))
|
||||
|
||||
elif args.build == 'layout':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user