Include missing zip files

closes #4882
This commit is contained in:
Peter Badida 2017-01-04 18:56:33 +01:00
parent 3191a2729f
commit 9bbfba1f78
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ data_file_prefix = 'share/kivy-'
examples = {}
examples_allowed_ext = ('readme', 'py', 'wav', 'png', 'jpg', 'svg', 'json',
'avi', 'gif', 'txt', 'ttf', 'obj', 'mtl', 'kv', 'mpg',
'glsl')
'glsl', 'zip')
for root, subFolders, files in walk('examples'):
for fn in files:
ext = fn.split('.')[-1].lower()