mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-29 04:13:44 -04:00
Support custom maven/gradle resource paths
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user