mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
Merge branch 'bmwiedemann-master'
This commit is contained in:
commit
5b5b4c0262
@ -18,6 +18,8 @@ def build_qrc(resources):
|
||||
yield '<qresource>'
|
||||
for d in resources:
|
||||
for root, dirs, files in os.walk(d):
|
||||
dirs.sort()
|
||||
files.sort()
|
||||
for f in files:
|
||||
yield '<file>{}</file>'.format(os.path.join(root, f))
|
||||
yield '</qresource>'
|
||||
|
Loading…
Reference in New Issue
Block a user