mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Support custom maven/gradle resource paths
This commit is contained in:
parent
5b10409967
commit
82e88fbcf6
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ def retrieve_string(app_dir, string, xmlfiles=None):
|
|||
|
||||
res_dirs = [
|
||||
os.path.join(app_dir, 'res'),
|
||||
os.path.join(app_dir, 'src/main/res'),
|
||||
os.path.join(app_dir, 'src/main'),
|
||||
]
|
||||
|
||||
if xmlfiles is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue