diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 33281d80..ed567af8 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -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: