1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Support custom maven/gradle resource paths

This commit is contained in:
Daniel Martí 2014-04-22 11:39:29 +02:00
parent 5b10409967
commit 82e88fbcf6

View File

@ -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: