mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix issue where gradle=yes would be removed by rewritemeta
This commit is contained in:
parent
e038b4424c
commit
ce61186cd2
2 changed files with 4 additions and 2 deletions
|
@ -838,6 +838,8 @@ def manifest_paths(app_dir, flavours):
|
|||
os.path.join(app_dir, 'build.gradle')]
|
||||
|
||||
for flavour in flavours:
|
||||
if flavour == 'yes':
|
||||
continue
|
||||
possible_manifests.append(
|
||||
os.path.join(app_dir, 'src', flavour, 'AndroidManifest.xml'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue