Updated packaging script to create video folder

This commit is contained in:
Don Honerbrink 2015-03-09 21:41:46 -05:00
parent 1cc257658f
commit 9bcf8cc329

View File

@ -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':