mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
support fastlane simplified metadata dir
Running `fastlane init` gave me a much simpler directory layout, which turns out to be the same as what is used for fdroiddata.
This commit is contained in:
parent
e36864e4f0
commit
43d3a9c7a5
1 changed files with 1 additions and 0 deletions
|
@ -703,6 +703,7 @@ def insert_localized_app_metadata(apps):
|
|||
"""
|
||||
|
||||
sourcedirs = glob.glob(os.path.join('build', '[A-Za-z]*', 'fastlane', 'metadata', 'android', '[a-z][a-z]*'))
|
||||
sourcedirs += glob.glob(os.path.join('build', '[A-Za-z]*', 'metadata', '[a-z][a-z]*'))
|
||||
sourcedirs += glob.glob(os.path.join('metadata', '[A-Za-z]*', '[a-z][a-z]*'))
|
||||
|
||||
for d in sorted(sourcedirs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue