follow links

This commit is contained in:
Philipp Auersperg 2018-11-23 09:41:44 +01:00
parent 761727a9b2
commit ecc499c23a

View file

@ -744,7 +744,7 @@ class Buildozer(object):
rmtree(self.app_dir)
for root, dirs, files in walk(source_dir):
for root, dirs, files in walk(source_dir, followlinks=True):
# avoid hidden directory
if True in [x.startswith('.') for x in root.split(sep)]:
continue